﻿html {
    position: relative;
    min-height: 100%
}

body {
    padding-top: 68px;
    padding-bottom: 90px;
}

.bg-kws {
    background-color: #007bff;
}

.text-kws {
    color: #007bff
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}

    footer img {
        padding-left: 15px;
        padding-top: 5px;
    }

.footer-copyright {
    height: 80px !important;
    line-height: 25px !important;
    padding: 15px !important;
}

.bcdropdown {
    padding: 0;
    flex-wrap: wrap;
    list-style: none;
}


div.bc-icons-2.small ol.breadcrumb {
    font-size: 0.85rem;
    padding: 0.25rem;
}

.btn.btn-sm.bcdropdown {
    border: none;
    background-color: transparent;
    box-shadow: none;
    color: #212529 !important;
    padding: 0;
    font-size: 0.785rem;
    line-height: 1.1;
    margin-bottom: 0;
    text-transform: none;
}

.btn.btn-sm.dropdown-toggle.bcdropdown {
    border: none;
    background-color: transparent;
    box-shadow: none;
    color: #212529 !important;
    padding: 0;
    font-size: 0.85rem;
    line-height: 1.1;
    margin-bottom: 0;
    text-transform: none;
    padding-left: 5px;
}

.bc-maxwidth {
    max-width: 200px;
    overflow: hidden;
}


.hover-green:hover {
    background-color: #2BBBAD !important;
    color: #fff !important;
}

.dimtext {
    color: silver;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}


/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

.iconbutton {
    margin: 0;
    padding: 0;
    border: 0;
    background-color: transparent;
}


.w-90 {
    width: 90% !important;
}

.dimlink {
    color: silver
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}


.form-elegant .font-small {
    font-size: 0.8rem
}

.form-elegant .z-depth-1a {
    -webkit-box-shadow: 0 2px 5px 0 rgba(55, 161, 255, 0.26), 0 4px 12px 0 rgba(121, 155, 254, 0.25);
    -moz-box-shadow: 0 2px 5px 0 rgba(55, 161, 255, 0.26), 0 4px 12px 0 rgba(121, 155, 254, 0.25);
    box-shadow: 0 2px 5px 0 rgba(55, 161, 255, 0.26), 0 4px 12px 0 rgba(121, 155, 254, 0.25)
}

.form-elegant .z-depth-1-half,
.form-elegant .btn:hover {
    -webkit-box-shadow: 0 5px 11px 0 rgba(85, 182, 255, 0.28), 0 4px 15px 0 rgba(36, 133, 255, 0.15);
    -moz-box-shadow: 0 2px 5px 0 rgba(55, 161, 255, 0.26), 0 4px 12px 0 rgba(121, 155, 254, 0.25);
    box-shadow: 0 5px 11px 0 rgba(85, 182, 255, 0.28), 0 4px 15px 0 rgba(36, 133, 255, 0.15)
}

.btn-windows {
    background-color: #ffffff !important;
    color: #00008f !important;
    border-color: #00008f;
    border-width: 1px;
}

ul.menu {
    list-style-type: none;
    padding: 0;
    margin-left: -5px;
}

    ul.menu > li > a > i {
        margin-right: 1rem;
    }

.bc-icons-2 .breadcrumb-item + .breadcrumb-item::before {
    content: none
}

.bc-icons-2 .breadcrumb-item.active {
    color: #455a64
}

.formlabel {
    color: #757575;
    font-size: 0.8rem;
}

.menuhomeimg {
    height: 1.5rem;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}

.card-outline-0 {
    border: none;
    box-shadow: none;
}

.card-data {
    /*border-bottom: 3px solid;*/
    background-color: #929FBA;
    color: #fff;
    text-align: center;
    height: auto;
    padding: 10px
}

    .card-data ul {
        margin-bottom: 0;
        font-size: .9rem
    }

        .card-data ul li {
            list-style-type: none;
        }

            .card-data ul li .fa-clock-o {
                display: inline;
                margin-left: 10px
            }

@media (max-width: 768px) {
    .container-fluid {
        padding: 0 0.5rem;
    }

    .card-body {
        margin-left: 10px !important;
        margin-right: 10px !important;
        padding: 0.5rem;
    }

    .btn-mobile-w100 {
        width: 95%;
    }

    .btn-mobile-w50 {
        width: 45%;
    }
}

a.ablack, a:link.ablack, a:visited.ablack {
    color: black;
}

.btn-w100 {
    width: 100%;
}

.btn-w200p {
    width: 200px;
}

.select-dropdown .search-wrap {
    margin-bottom: 0px;
}

    .select-dropdown .search-wrap .md-form {
        margin-bottom: 0px;
    }


/* 
    fixed table header 
    use col-xx-y in each th and td
*/

.table-fixed thead {
    width: 99%;
}

.table-fixed tbody {
    height: 580px;
    overflow-y: auto;
    width: 100%;
}

.table-fixed-height-50 tbody {
    height: 290px;
    overflow-y: auto;
    width: 100%;
}

.table-fixed thead, .table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th {
    display: block;
}

    .table-fixed tbody td, .table-fixed thead > tr > th {
        float: left;
        border-bottom-width: 0;
    }


/* font size */

.font-size-normal {
    font-size: 16px;
    font-weight: 400;
}


.select-wrapper.select-small input.select-dropdown {
    margin: 0;
}

label.table-select-align {
    height: 2rem;
    padding-top: 0.4rem;
}


/* vaidation messages */
.field-validation-error {
    font-size: 12.8px;
}

table.table-xs th,
table.table-xs td {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
}


/* textarea */

.md-form textarea.md-textarea {
    overflow-y: auto !important;
}

.textarea-resize {
    resize: vertical !important;
}

.dropdown-content {
    z-index: 1050 !important;
}

/* cursor */

.cursor-pointer {
    cursor: pointer;
}

.text-red {
    color: red;
}

.popover-kwshelp-wide {
    max-width: 800px;
    width: 500px;
}

.menu2 {
    color: #00436f;
    
}

    .menu2 .card {
        background-color: #F2F2F2;
        border-radius: 12px;
        text-align: center;
        padding: 15px;
        color: #333F50;
        margin-bottom: 30px;
        color: #00436f;
        cursor: pointer !important;
    }

    .menu2 .icon-orange {
        color: darkorange;
        cursor: pointer !important;
    }

    .menu2 .mfarequired {
        position: absolute;
        top: 3px;
        right: 0;
        width: 100%;
        font-size: 0.8rem;
        color: #00436f;
        cursor: pointer !important;
    }

.tilemenu {
    color: #00436f;
}

    .tilemenu .card {
        background-color: #F2F2F2;
        border-radius: 12px;
        text-align: center;
        color: #333F50;
        margin-bottom: 30px;
        color: #00436f;
        cursor: pointer !important;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }



.tilemenu .icon-orange {
    color: darkorange;
    cursor: pointer !important;
}

.tilemenu .mfarequired {
    position: absolute;
    top: 3px;
    right: 0;
    width: 100%;
    font-size: 0.8rem;
    color: #00436f;
    cursor: pointer !important;
}

    .tilemenu .isnew {
        position: absolute;
        top: 10px;
        left: 10px;
        font-size: 1rem;
    }


@media (min-width: 576px) {
    .tilemenu .card {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: calc(33.333333% - 30px);
    }
}

@media (min-width: 768px) {
    .tilemenu .card {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: calc(25% - 30px);
    }
}

.tilemenu.dashboard .card {

}

.tilemenu.dashboard .card .card-header {
    border-bottom-style: none;
}
.tilemenu.dashboard .card .card-footer {
    background-color: transparent;
}
.tilemenu.dashboard .card .card-body {
    margin: 0;
    padding: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.panels div.report-section-header {
    background-color: #007bff;
    color: #fff;
    border-color: #007bff;
    border-style: solid;
    border-width: 1px;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    margin-top:10px;
    padding:0.5rem;
}
.panels div.report-section-header h5 {
    width: 100%;
    display: block;
    margin: 0;
    cursor: pointer;
}
.panels div.report-section-header:not(.collapsed) .rotate-icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.panels div.report-section-header  .fa-angle-down {
    float: right;
    cursor: pointer;
}

.panels div.report-section-content {
    background-color: #F2F2F2;
    color: #00436f;
    border-color: #007bff;
    border-style: solid;
    border-width: 1px;
    border-top: none;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    margin-bottom:10px;
    padding:0.5rem;
}
.panels div.report-section-content.collapsing {
    transition: none !important;
}
.abstractBlock {
    display:block;
    width:100%;
    font-size: small;
}
.abstractTitle {
    color:#00436f;
    font-weight: bold;
    padding:0;
}
.abstractDetails {
    display: block;
    padding: 0;
    color: #4f4f4f;
}


@media (min-width: 576px) {
    .tilemenu.dashboard .card {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: calc(100% - 30px);
    }
}

@media (min-width: 768px) {
    .tilemenu.dashboard .card {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: calc(50% - 30px);
    }
}

@media (min-width: 960px) {
    .tilemenu.dashboard .card {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: calc(33.333333% - 30px);
    }
}

@media (min-width: 1140px) {
    .tilemenu.dashboard .card {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: calc(25% - 30px);
    }
}

.iconlink {
    cursor: pointer !important;
}

.menutodo {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    border: 0;
    background-color: #F2F2F2;
    border-radius: 12px;
    padding: 15px;
    color: #00436f;
    cursor: pointer !important;
    margin: 0px;
    margin-bottom: 20px;
}

.menusearch {
    color: #00436f;
}

    .menusearch .card {
        background-color: #F2F2F2;
        border-radius: 12px;
        padding: 15px;
        color: #333F50;
        margin-bottom: 10px;
        color: #00436f;
        cursor: pointer !important;
        padding-left:25px;
    }

    .menusearch .card svg {
        margin-right:12px;
    }

    .menusearch .icon-orange {
        color: darkorange;
        cursor: pointer !important;
    }

    .menusearch .mfarequired {
        float: right;
    }

    .menusearch .isnew {
        float: right;
        position:relative;
        top:-15px;
        right:-15px;
    }

.editor-toolbar button {
    border: 1px solid;
}
.card.onscreen-result-domain {
    background-color: #F2F2F2;
    border-radius: 12px;
    padding: 0;
    color: #333F50;
    margin-bottom: 10px;
    color: #00436f;
}

input[type=search]::-webkit-search-cancel-button {
    -webkit-appearance: searchfield-cancel-button;
}

.domain-header {
    background-color: #007bff;
    color: #fff;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    border-color: #F2F2F2;
    border-radius: 8px;
    padding: 0.5rem 1rem;
    margin-top: 2rem;
    margin-left: 0.5rem;
    margin-right:0.5rem;
}
.domain-header div.card-body {
    padding: 0;
}
.question {
    font-weight: bold;
    padding-left: 0;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}
.row.singlepageantwoord {
    margin-bottom: 0.5rem;
}
.singlepageantwoord .card {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    text-align: center;
    background-color: #F2F2F2;
}
.singlepageantwoord .card .card-body{
    padding: 1rem 0.5rem;
    cursor: pointer;
}
    .singlepageantwoord .card:has(input[type="radio"]:checked) {
        background-color: #4285f480 !important;

    }
.singlepageantwoord .form-check  {
    padding: 0;
}
    .singlepageantwoord .form-check label:before {
        padding: 0;
        margin-left: 8px !important;
    }
    .singlepageantwoord .form-check label:after {
        padding: 0;
        margin-left: 8px !important;
    }
