/*
@font-face {
    font-family:'fira-semibold';
    src: url('../../css/NotoSansSC/NotoSansSC-SemiBold.ttf') format('truetype');
}
@font-face {
    font-family:'fira-medium';
    src: url('../../css/NotoSansSC/NotoSansSC-Medium.ttf') format('truetype');
}
@font-face {
    font-family:'fira-regular';
    src: url('../../css/NotoSansSC/NotoSansSC-Regular.ttf') format('truetype');
}
@font-face {
    font-family:'fira-bold';
    src: url('../../css/NotoSansSC/NotoSansSC-Bold.ttf') format('truetype');
}
*/
html,body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    min-width: 100%;
    overflow: hidden;
    background-color: #222;
    /*font-family: fira-regular;*/
    font-family: "Noto Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 14px;
    user-select: none;
}
h1, h2, h3, h4, h5, h6 {
    /*font-family: fira-medium;*/
    font-family: "Noto Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
}
a { 
    border: 0;
}
/*
input {
    -webkit-appearance: none;
    outline-style: none;
}
*/
.container {
    width: 100%;
    height: 100%;
    min-height: 100%;
    min-width: 100%;
    overflow: hidden;
}
#viewContainer {
    width: 100%;
    height: 100%;
    /*background-color:green;*/
    min-width: fit-content;
    overflow-x: hidden;
    /*min-width: 1200px;*/
    min-height: 550px;
}
.mainView {
    width: 100%;
    height: 100%;
    min-height: 100%;
    min-width: 100%;
    overflow: hidden;
}
.coverView {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
}
 #overlayView h5 {
    margin: 0;
    background-color: #093D56;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 11px;
    padding-bottom: 11px;
    padding-bottom: 9px;
    color: white !important;
    font-size: 20px;
    font-family: fira-bold !important;
    font-family: "DM Sans", sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 700;
    text-align: center;
}
.fadeInView {
    margin: 0;
    padding: 0;
    width: 50%;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #111;
}
/*
.rightView {
    margin: 0;
    padding: 0;
    width: 600px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-color:rgba(37, 68, 123, .90);
    background-repeat: repeat;
    overflow-y: auto;
}
    */
.modalView {
    position: absolute;
    background-color: #f6f7f9;
    width: 350px;
    height: 225px;
    border-radius: 16px;
    padding: 10px;
    top: 50%;
    left: 50%;
    margin-left: -175px;
    margin-top: -112.5px;
    color: white;
    text-align: center;
    box-shadow: 0px 0px 10px 0px black;
}
.modalView {
    /*background-image:url('../images/Blue-100.png');*/
    background-color:rgba(37, 68, 123, .90);
    background-repeat: repeat;
    width: 700px;
    height: 300px;
    border: 1px solid white;
    border-radius: 0px;
    box-shadow: 0px 0px 10px 0px black;
    padding: 10px;
    top: 50%;
    left: 50%;
    color: white;
    position: absolute;
    margin-left: -350px;
    margin-top: -150px;
}
#patentView option, #inventorView option {
    background-color: #1a3561;
}
header {
    /*font-family: fira-medium;*/
    font-family: "Noto Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    height: 60px;
    /*background-color: #bc1d7a;*/
    /*background-color: #d34252;*/
    background-color: #e67e7c;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    display: table;   
}
header h1 {
   /*font-family: fira-medium;*/
    font-family: "Noto Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    text-align: center;
    font-size: 28px;
    color: white;
    margin: 0;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
    height:70px;
}
header h2 {
    /*font-family: fira-medium;*/
    font-family: "Noto Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    text-align: center;
    font-size: 25px;
    color: white;
    margin: 0;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
    height:70px;
    font-weight:normal;
}
header #filter {
    vertical-align: middle;
    height: 70px;
}
header #filter a span {
    font-size: 17px;
    padding-right: 5px;
    padding-top: 5px;
}
header #filter a img {
    padding: 0px 10px;
}
header #help {
    /*display: table-cell;
    vertical-align: middle;
    height: 70px;
    text-align: right;
    */
    font-size: 17px;
}
header a {
    color: white;
    text-decoration: none;
}
#filterBox {
    background-color: white;
    width: 360px;
    position: absolute;
    left: 0;
    top: 70px;
    bottom: 0px;
    overflow-y: auto;
    padding-left: 20px;
}
#filterBox::-webkit-scrollbar {
    width: 8px;
}
#filterBox::-webkit-scrollbar-track {
    background: #444;
}
#filterBox::-webkit-scrollbar-thumb {
    background: #ccc; 
}
#filterBox h2 {
    font-size: 14px;
    margin: 0;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 10px;
}
#filterBox ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#filterBox ul li {
    padding: 4px;
}
#filterBox ul li a {
    margin-left: 4px;
    text-decoration: none;
    color:#093D56;
}
#filterBox ul li a:hover {
    text-decoration: underline;
}
#helpView #page-helpView-content {
    border : none !important;
    background-color: white !important;
    color: black !important;
    /*font-family:fira-regular !important;*/
    font-family: "Noto Sans", sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 400;
    padding-left : 30px !important;
    padding-right : 30px !important;
    margin-left: -255px !important;
    width: 450px !important;
}
#helpView #page-helpView-content h4 {
    color: black !important;
    /*font-family:fira-regular !important;*/
    font-family: "Noto Sans", sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 400;
}
#helpView .helpTitle {
    margin:0;
    background-color:#093D56;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 11px;
    padding-bottom: 9px;
    color: white !important;
    font-size: 20px;
    font-family: "Noto Sans", sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 700;
}
#helpView .helpText {
    text-align: left;
    padding-top: 18px;
}
#helpView #page-helpView-content ul .ok a {
    border: none !important;
    color:#093D56 !important;
    font-family: "Noto Sans", sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 700;
}


#iFrameView #page-iFrameView-content {
    border : none !important;
    background-color: white !important;
    color: black !important;
    /*font-family:fira-regular !important;*/
    font-family: "Noto Sans", sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 400;
    /*
    padding-left : 30px !important;
    padding-right : 30px !important;
    */
    padding-left : 0px !important;
    padding-right : 0px !important;
    /*
    margin-left: -670px !important;
    */
    margin-left: -633px !important;
    width: 1266px !important;
}
#iFrameView #page-iFrameView-content h4 {
    color: black !important;
    /*font-family:fira-regular !important;*/
    font-family: "Noto Sans", sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 400;
}
#iFrameView .helpTitle {
    margin:0;
    background-color:#093D56;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 11px;
    padding-bottom: 9px;
    color: white !important;
    font-size: 20px;
    font-family: "Noto Sans", sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 700;
}
#iFrameView .helpText {
    text-align: left;
    padding-top: 18px;
}
#iFrameView #page-iFrameView-content ul .ok a {
    border: none !important;
    color:#093D56 !important;
    font-family: "Noto Sans", sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 700;
}
#navigationView {
    background-color: #fff;
    /*width: 20%;*/
    /*width: 26%;*/
    /*width: 250px;*/
    width:fit-content;
    /*height: calc(100% - 70px);*/
    position: absolute;
    left: 0;
    top: 200px;
    padding-left: 0;
}
#navigationView h3 {
    color: #093D56;
    font-size: 18px;
    font-weight: bold;
    margin:0;
    padding: 10px;
    padding-left: 20px;
}
#navigationView h3 a {
    float:right;
}
#navigationView ul {
    /*background-color: #48A2CF;*/
    background-color: #e67e7c;
    margin:0;
    padding:0;
}
#navigationView ul li {
    font-size: 14px;
    list-style-type: none;
    padding:0;
    border-bottom: 1px solid white;
}
#navigationView ul li a {
    padding: 20px;
    color: white;
    text-decoration: none;
    display: block;
}
#navigationView ul li a:link {
    color: white;
    background-color:transparent;
}
#navigationView ul li a:hover {
    color: white;
    /*background-color: #093D56;*/
    background-color: #d34252;
}
#navigationView ul li.active a:link {
    color: white;
    /*background-color:#093D56;*/
    background-color: #d34252;
}
#contentView {
    background-color: #fff;
    width:calc(30% + 40px);
    position: absolute;
    right: 0;
    top: 70px;
    bottom: 0px;
    /*overflow-y: hidden;*/
}
#slider {
    width: 100%;
    height: 0px;
    background-color: green;
    position: relative;
}
#sliderBtn {
    position: absolute;
    left: -43px;
    top: 44px;
}
#content-frame {
    width: 100%;
    height: 100%;
    border:none;
    overflow: hidden;
}
#fullscreen {
    width: 21.5px;
    height: 21.5px;
    position: absolute;
    right:10px;
    bottom:10px;
    cursor: pointer;
}
#homebutton {
    width: 29.8px;
    height: 21.5px;
    position: absolute;
    left:10px;
    bottom:10px;
    cursor: pointer;
}
.hidden {
    display: none !important;
}
.right-side {
    text-align: right;
}
.table {
    display: table;
}
.table-cell {
    display: table-cell;
    vertical-align: middle;
}
*:focus {
    outline: none;
}