﻿/*
body {
    overflow-y: auto !important;
    background-color: #ffffff;
    font-family: "Roboto-Regular",Arial, 'Microsoft JhengHei', sans-serif, simsun;
    font-size: 14px;
}*/


.nw-fnt-semibold {
    font-family: 'Roboto-Medium', Arial, 'Microsoft JhengHei', sans-serif, simsun;
    font-weight:600;
}


.nw-fnt-bold {
    font-family: 'Roboto-Bold', Arial, 'Microsoft JhengHei', sans-serif, simsun;
    font-weight: 600;
}

.quickLink-fnt {
    font-family: 'Agrandir-Regular', Arial, 'Microsoft JhengHei', sans-serif, simsun;
}

a.nw-link-nav {
    color:#146799 !important;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input1,
select1,
textarea1 {
    max-width: 280px;
}



#page-container
{
    min-height: 100vh;
}




