466 lines
7.2 KiB
CSS
466 lines
7.2 KiB
CSS
body,
|
|
p,
|
|
ul,
|
|
ol {
|
|
font-size: 18px !important;
|
|
font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
color: #454545;
|
|
letter-spacing: -0.35px;
|
|
}
|
|
|
|
.nav-custom {
|
|
border-bottom: 3px solid #009edb !important;
|
|
padding-top: 0rem !important;
|
|
padding-bottom: 0rem !important;
|
|
padding-left: 6rem !important;
|
|
padding-right: 6rem !important;
|
|
}
|
|
|
|
.nav-custom>a>i {
|
|
font-size: 16px;
|
|
}
|
|
|
|
.navbar-light .navbar-nav .nav-link {
|
|
color: black !important;
|
|
font-size: 12.35px !important;
|
|
}
|
|
|
|
.navbar-light .navbar-brand {
|
|
color: black !important;
|
|
font-size: 12.35px !important;
|
|
}
|
|
|
|
.header {
|
|
padding-top: 2rem;
|
|
}
|
|
|
|
.logo {
|
|
width: 20rem;
|
|
border-right: solid black 1px;
|
|
margin-right: 15px;
|
|
padding-right: 15px;
|
|
}
|
|
|
|
.title {
|
|
width: 30%;
|
|
}
|
|
|
|
.title>p{
|
|
font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
line-height: 1;
|
|
text-transform: none;
|
|
text-decoration: none;
|
|
font-weight: 700;
|
|
color: #4d4d4d !important;
|
|
font-size: 26px !important;
|
|
margin-top: 21.8475998092px;
|
|
letter-spacing: 0.027em;
|
|
}
|
|
|
|
.search-box {
|
|
margin-left: auto;
|
|
margin-right: 0;
|
|
}
|
|
|
|
.navbar2 {
|
|
padding-top: 0px !important;
|
|
padding-bottom: 0px !important;
|
|
background-color: #4d4d4d !important;
|
|
}
|
|
|
|
.navbar-nav2>.nav-item {
|
|
border-right: solid #fff 1px;
|
|
|
|
justify-content: center;
|
|
}
|
|
|
|
.navbar-nav2>.nav-item:hover {
|
|
background-color: #f2f2f2;
|
|
}
|
|
|
|
.navbar-nav2>.nav-item>.nav-link:hover {
|
|
color: #000 !important;
|
|
}
|
|
|
|
.navbar-nav2>.nav-item>.nav-link {
|
|
color: #fff !important;
|
|
font-size: 16px !important;
|
|
padding: 5px 10px 5px 10px !important;
|
|
|
|
}
|
|
|
|
.navbar-nav2>.active>.nav-link {
|
|
color: #000 !important;
|
|
|
|
background-color: #f2f2f2 !important;
|
|
}
|
|
|
|
.search_form {
|
|
width: 100%;
|
|
font-size: 1.2rem;
|
|
padding-left: 10px;
|
|
padding-top: 5px;
|
|
padding-bottom: 5px;
|
|
display: inline-block;
|
|
border: 1px solid #ccc;
|
|
border-radius: 4px;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.btn-default {
|
|
font-size: 1.2rem;
|
|
width: 15%;
|
|
border-radius: 4px;
|
|
border: 1px solid #ccc;
|
|
margin-left: 5px;
|
|
padding-top: 5px;
|
|
padding-bottom: 5px;
|
|
}
|
|
|
|
.results-container {
|
|
background-color: #f2f2f2;
|
|
padding-top: 15px;
|
|
padding-bottom: 15px;
|
|
padding-left: 5px;
|
|
padding-right: 5px;
|
|
}
|
|
|
|
.card-header-test1 {
|
|
font-weight: 600;
|
|
}
|
|
|
|
.card-header-test2 {
|
|
background-color: #f7f7f7 !important;
|
|
color: #EB7F4D;
|
|
font-weight: 600;
|
|
}
|
|
|
|
.highlight-result {
|
|
background-color: yellow;
|
|
font-weight: 600;
|
|
}
|
|
|
|
.card {
|
|
margin-bottom: 15px !important;
|
|
}
|
|
|
|
.functions-menu>a>i {
|
|
color: #000;
|
|
font-size: 20px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.functions-menu>a>i:hover {
|
|
-ms-transform: scale(1.5); /* IE 9 */
|
|
-webkit-transform: scale(1.5); /* Safari 3-8 */
|
|
transform: scale(1.5);
|
|
}
|
|
|
|
|
|
/* Modal ################################################ */
|
|
@media (min-width: 576px) {
|
|
.modal-dialog {
|
|
max-width: 976px !important;
|
|
margin: 1.75rem auto;
|
|
}
|
|
}
|
|
|
|
.level-text-1 {
|
|
color: #F07F4E;
|
|
}
|
|
|
|
.level-text-2 {
|
|
color: #008DCA;
|
|
}
|
|
|
|
.level-text-3 {
|
|
color: #00A554;
|
|
}
|
|
|
|
.level-text-4 {
|
|
color: #7366A3;
|
|
}
|
|
|
|
.level-text-5 {
|
|
color: #D10007;
|
|
}
|
|
|
|
.level-text-6 {
|
|
color: #CF7AB2;
|
|
}
|
|
|
|
.modal-level {
|
|
font-size: 16px !important;
|
|
font-weight: 600;
|
|
margin: 0 !important;
|
|
}
|
|
|
|
.modal-module {
|
|
font-size: 16px !important;
|
|
}
|
|
|
|
.modal-heading {
|
|
font-size: 14px !important;
|
|
margin: 0 !important;
|
|
}
|
|
|
|
.modal-heading-2 {
|
|
text-indent: 5px;
|
|
}
|
|
|
|
.modal-heading-3 {
|
|
text-indent: 10px;
|
|
}
|
|
|
|
.modal-heading-4 {
|
|
text-indent: 15px;
|
|
}
|
|
|
|
.page-number {
|
|
margin-left: auto;
|
|
margin-right: 0;
|
|
}
|
|
|
|
/* ##################################################### */
|
|
|
|
.iddrs-img {
|
|
max-width: 100%;
|
|
max-height: 100%;
|
|
}
|
|
|
|
.title-h3 {
|
|
max-width: min-content;
|
|
border-bottom: solid #009edb 3px;
|
|
}
|
|
|
|
.level-box {
|
|
width: 15%;
|
|
height: 150px;
|
|
padding: 5px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
|
|
|
|
.level-box>a {
|
|
display: block;
|
|
height: 100%;
|
|
width: 100%;
|
|
text-decoration: none;
|
|
color: #fff !important;
|
|
}
|
|
|
|
.level-box>a:hover {
|
|
text-decoration: none;
|
|
color: #fff;
|
|
}
|
|
|
|
.level-box>a:focus {
|
|
text-decoration: none;
|
|
color: #fff;
|
|
}
|
|
|
|
.level-box>h3 {
|
|
font-weight: bold !important;
|
|
}
|
|
|
|
.level-box>h5 {
|
|
font-size: 1.4vw;
|
|
}
|
|
|
|
.standard-box {
|
|
width: 80% !important;
|
|
height: 150px !important;
|
|
padding: 5px !important;
|
|
cursor: pointer !important;
|
|
margin: 0 auto !important;
|
|
opacity: 80%;
|
|
}
|
|
|
|
.standard-box>a>h6 {
|
|
font-size: 0.9vw !important;
|
|
color: #fff;
|
|
}
|
|
|
|
.level-1 {
|
|
background-color: #F07F4E !important;
|
|
}
|
|
|
|
.level-2 {
|
|
background-color: #008DCA !important;
|
|
}
|
|
|
|
.level-3 {
|
|
background-color: #00A554 !important;
|
|
}
|
|
|
|
.level-4 {
|
|
background-color: #7366A3 !important;
|
|
}
|
|
|
|
.level-5 {
|
|
background-color: #D10007 !important;
|
|
}
|
|
|
|
.level-6 {
|
|
background-color: #CF7AB2 !important;
|
|
}
|
|
|
|
.owl-carousel {
|
|
width: 60% !important;
|
|
margin: 0 auto !important;
|
|
}
|
|
|
|
.customNextBtn>i {
|
|
font-size: 6rem;
|
|
color: #008DCA;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.customPrevBtn>i {
|
|
font-size: 6rem;
|
|
color: #008DCA;
|
|
cursor: pointer;
|
|
}
|
|
|
|
#page-container {
|
|
position: relative;
|
|
min-height: 100vh;
|
|
}
|
|
/* ######Footer############################### */
|
|
.footer {
|
|
width: 100%;
|
|
border-top: 4px solid #009edb;
|
|
background-color: #333333;
|
|
padding: 3rem 6rem 3rem 6rem;
|
|
color: #ccc;
|
|
/* position: absolute; */
|
|
/* bottom: 0px; */
|
|
}
|
|
|
|
.footer-logo>a>img {
|
|
width: 80%;
|
|
}
|
|
|
|
.social-media>a {
|
|
font-size: 2.4rem;
|
|
color: #c4c4c4;
|
|
margin-right: 20px;
|
|
}
|
|
|
|
.social-media>a:hover {
|
|
color: #c4c4c4;
|
|
}
|
|
|
|
.donate {
|
|
border-left: #ccc solid 1px;
|
|
padding-left: 10px;
|
|
}
|
|
|
|
.donate>button {
|
|
color: #333333;
|
|
background-color: #ccc;
|
|
border-radius: 5px;
|
|
border: 0px;
|
|
padding: 10px 20px 10px 20px;
|
|
}
|
|
|
|
.footer-nav {
|
|
border-top: #ccc solid 1px;
|
|
margin-top: 25px;
|
|
/* margin-bottom: 25px; */
|
|
padding-top: 25px;
|
|
}
|
|
|
|
.footer-nav>a {
|
|
color: #c4c4c4;
|
|
margin-right: 10px;
|
|
margin-left: 10px;
|
|
}
|
|
|
|
.footer-nav>a:last-child {
|
|
margin-right: 0px !important;
|
|
}
|
|
|
|
.footer-nav>a:hover {
|
|
color: #c4c4c4
|
|
}
|
|
|
|
/* ###################################################################### */
|
|
/* Standard Summary */
|
|
|
|
|
|
.summarylevel-1 {
|
|
background-color: rgba(240, 127, 78, 0.1);
|
|
}
|
|
|
|
.summarylevel-2 {
|
|
background-color: rgba(0, 141, 202, 0.1);
|
|
}
|
|
|
|
.summarylevel-3 {
|
|
background-color: rgba(0, 165, 84, 0.1);
|
|
}
|
|
|
|
.summarylevel-4 {
|
|
background-color: rgba(115, 102, 163, 0.1);
|
|
}
|
|
|
|
.summarylevel-5 {
|
|
background-color: rgba(209, 0, 7, 0.1);
|
|
}
|
|
|
|
.summarylevel-6 {
|
|
background-color: rgba(207, 122, 178, 0.1);
|
|
}
|
|
|
|
.textLevel-1 {
|
|
color: #F07F4E;
|
|
}
|
|
|
|
.textLevel-2 {
|
|
color: #008DCA;
|
|
}
|
|
|
|
.textLevel-3 {
|
|
color: #00A554;
|
|
}
|
|
|
|
.textLevel-4 {
|
|
color: #7366A3;
|
|
}
|
|
|
|
.textLevel-5 {
|
|
color: #D10007;
|
|
}
|
|
|
|
.textLevel-6 {
|
|
color: #CF7AB2;
|
|
}
|
|
|
|
/* ############filter########################## */
|
|
|
|
.filter-item{
|
|
cursor: pointer;
|
|
}
|
|
|
|
.filter-item:hover{
|
|
background-color: #c4c4c4;
|
|
}
|
|
|
|
.dropdown-menu{
|
|
min-width: 25rem !important;
|
|
}
|
|
|
|
.clear{
|
|
cursor: pointer;
|
|
color: #008DCA;
|
|
}
|
|
|
|
/* ############featured Qs########################## */
|
|
.fq{
|
|
width: 45%;
|
|
background-color: rgb(238, 238, 238);
|
|
}
|
|
|