/* Minification failed. Returning unminified contents.
(2,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(6,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(7,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
body {
    --bs-body-font-size: .9rem;
}

.btn {
    --bs-btn-font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    --bs-btn-font-size: inherit;
}

/*  portal specific */
.container {
    width: 100%;
}

.layout-header {
    clear: both;
    overflow: visible;
    padding: 0;
    top: 0;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    min-height: 50px;
    height: auto;
}

.layout-header-image {
    position: relative;
    left: 0;
    top: 0;
    z-index: 95;
}

.layout-header-image2 {
    position: relative;
    right: 0;
    top: 0;
    z-index: 94;
}

.layout-header-title {
    font-size: 18px;
    font-weight: bold;
    position: relative;
    right: 1px;
    top: 18px;
}

.ui-sortable-placeholder {
    border: 1px dotted black;
    visibility: visible !important;
    height: 200px !important;
}

    .ui-sortable-placeholder * {
        visibility: hidden;
    }

.wausauBtn {
}

legend {
    line-height: 35px;
    float: left;
}
/*  end portal specific */

/* NAVBAR mods not avail through customization page*/
/* this needs to be added to the bootstrap css once finalized*/
.navbar-inner {
    border-radius: 0px;
    border-bottom: 3px solid #E86C1F;
}

.navbar .nav > li > a {
    padding: 2px 15px;
}

.nav-tabs > li > a, .nav-pills > li > a {
    margin-top: 4px;
}

.nav-tabs > li > a {
    border-radius: 5px 5px 0 0;
    text-shadow: 0 1px 0 #fff;
}

.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
    background-color: #E86C1F;
    color: #eee;
    border-color: #E86C1F #E86C1F transparent;
}

.navbar {
    margin-bottom: 0px;
}

.nav-tabs {
    border-bottom: none;
}

.tab-content {
    padding-left: 0px;
}

.row-fluid [class*="span"] {
    margin-left: 10px;
    *margin-left: 10px;
}

/* form mods*/
/* this needs to be added to the bootstrap css once finalized*/

.form-horizontal .control-label {
    width: 170px;
}

.form-horizontal .control-group {
    margin-bottom: 5px;
}

input, textarea, .uneditable-input {
    width: 215px !important;
}

.portalNav {
    margin-top: 5px;
}

.portlet-header {
    min-height: 30px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #ffffff;
    background-image: -moz-linear-gradient(top, #A6A6A6, #E3E3E3);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#A6A6A6), to(#E3E3E3));
    background-image: -webkit-linear-gradient(top, #A6A6A6, #E3E3E3);
    background-image: -o-linear-gradient(top, #A6A6A6, #E3E3E3);
    background-image: linear-gradient(to bottom, #A6A6A6, #E3E3E3);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffA6A6A6', endColorstr='#ffE3E3E3', GradientType=0);
    /*background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9ImczMDkiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNBNkE2QTYiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNFM0UzRTMiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2czMDkpIiAvPgo8L3N2Zz4=);*/
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    *zoom: 1;
}

    .portlet-header:before,
    .portlet-header:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .portlet-header:after {
        clear: both;
    }

.portlet-text {
    color: #333;
    font-weight: bold;
    font-size: 16px;
    line-height: 35px;
    margin-bottom: 0;
}

.ada-content {
    font-family: 'MetroSans-Regular';
    color: #000;
    font-size: 18px;
    line-height: 27px;
    padding: 10px 0 10px 0;
}


.ada-font {
    font-family: 'MetroSans-Regular';
    font-weight: bold;
}


@font-face {
    font-family: 'MetroSans-Regular';
    src: url('../../content/themes/base/fonts/metro-sans-regular-webfont.eot') format('embedded-opentype'),
        url('../../content/themes/base/fonts/metro-sans-regular-webfont.svg') format('svg'),
        url('../../content/themes/base/fonts/metro-sans-regular-webfont.ttf') format('truetype'),
        url('../../content/themes/base/fonts/metro-sans-regular-webfont.woff') format('woff'),
        url('../../content/themes/base/fonts/metro-sans-regular-webfont.woff2') format('woff2');
}

