@font-face {
    font-family: "Roboto";
    src: url("../webfonts/roboto/roboto-regular.woff?v=1") format("woff"), url("../webfonts/roboto/roboto-regular.ttf?v=1") format("truetype");
    font-style: normal;
    font-weight: 400; }

body, html{
    padding: 0;
    height:100%;
    background:white;
    color: #595959;
    font-family: 'Roboto', helvetica, arial, sans-serif;
    font-size: 12pt;
}

h1{
    font-size: 20pt;
    color: #1B2733;
}
#side-content{
    position: fixed;
    overflow-x: hidden;
    overflow-y: hidden;
    background-color: #F7F9FA;
    width: 350px;
    padding: 40px;
}

#main-content{
    padding: 40px;
}

@media (min-width: 992px) {
    #main-content{
        margin-left: 380px;
    }
}

#main-nav-menu-wprapper{
    overflow-y: auto;
}

#main-nav-menu  a, #databox-detail-side-nav a{
    padding-left: 0px;
}

#menu-label{
    font-size: 12pt;
    padding-top: 111px;
    padding-bottom: 5px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 10px;
    color: #007BFF;
    width: 220px;
}
#search-filter-more{
    cursor: pointer;
    color: #007BFF;
    line-height: 38px;
    white-space: nowrap;
}

#searchbar{
    max-width: 1060px;
}

.databox-list-item:hover{
    cursor: pointer;
    color: #007BFF;
}

.edge-title{
    font-size: 12pt;
    padding-bottom: 5px;
    margin-bottom: 20px;
    color: #007BFF;
    border-bottom:  1px solid  #cccccc;
}

.bottom-title{
    font-size: 10pt;
    padding-bottom: 5px;
    padding-top: 4em;
    margin-bottom: 20px;
    color: #007BFF;
    border-bottom:  1px solid  #cccccc;
}

footer{
    display: block;
    background-color: #F7F9FA;
    width: 300px;
    position: fixed;
    bottom: 0;
    left: 0;
    padding-bottom: 20px;
    padding-left: 30px;
}

footer a:hover{
    text-decoration: none;
}

footer span{
    font-size: 10pt;
}

.databox-list-item, .databox-detail-item, .databox-list-item-non-clickable {
    padding-bottom: 10px;
}

.row-delimiter{
    width: 100%;
    margin-left:15px;
    padding-top: 15px;
    margin-right: 15px;
    border-bottom: 1px dotted #cccccc;
}

.databox-list-item-title{
    font-size: 15pt;
}

.databox-detailt-item-detail{
    font-weight: bold;
}

.databox-list-item-detail{
    font-size: 10pt;
}

.nav-link.active{
    color: black;
    font-weight: bold;
}
.agenda-detail{
    padding-top: 10pt;
}
#paginator{
    margin-top: 15px;
}

.agenda-iframe{
    height: 300px;
    width: 100%;
}

.hide-detail-info{
    display: none;
    cursor: pointer;
}

.show-detail-info{
    cursor: pointer;
}

.iframeDisplay {
    display: none;
}

#detailMenu{
    max-width: 300px;
}


.databox-detail-item{
    word-wrap:break-word;
}