
body {
  font-family: 'Inter', sans-serif !important;
  font-size: 16px;
  color: #444444;
}

h1, h2 ,h3, h4, h5, h6 {
    color: #5f5f5f;
    font-weight: bold;
}

h1, .h1 { font-size: 25px; }
h2, .h2 { font-size: 19px; }
h3, .h3 { font-size: 16px; }
h4, .h4 { font-size: 14px; }
h5, .h5 { font-size: 13px; }
h6, .h6 { font-size: 12px; }

a {
    color: #209106;
    text-decoration: none;
}
a:hover,
a:focus {
    color: #f09100;
    text-decoration: underline;
}

.navbar {
    min-height: 2px;
    background: #f5f5f5;
    border-color: #ddd;
}

.navbar-toggle {
    margin: 6px 15px;
    padding: 6px;
}

div.nav-wunderdog {
    margin-top: 7px;
    margin-bottom: 7px;
    position: relative;
}

div.navbar ul.nav > li > a {
    text-shadow:none;
    font-weight: bold;
    padding: 11px 8px;
    color: #818181;
}

.navbar-toggle {
    position: absolute;
    left: -15px;
    top: -48px;
}

.navbar-collapse {
    border-top: none;
}

div.navbar ul.nav > li > a:hover {
    background: #398439;
    border-right: 1px solid #dadada;
    color: #fff;
}

div.nav-wunderdog ul.dropdown-menu li > a {
    font-size: 16px !important;
}

div.nav-wunderdog ul.dropdown-menu li > a:hover
{
    background: #535353 url('/images/nav/navsub_arrow.png') no-repeat 10px 50%;
    color: #fff;
}

.dropdown-submenu {
    position: relative;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
    display: none !important;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block !important;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

a.menu:after, .dropdown-toggle:after {
    content: none;
    margin: 0;
}

input.form-control {
    font-size: 16px;
}

.input-xs {
    height: 22px;
    padding: 2px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.input-group-xs>.form-control,
.input-group-xs>.input-group-addon,
.input-group-xs>.input-group-btn>.btn {
    height: 22px;
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
}

.carousel-indicators {
    bottom: 5px;
}

.carousel-control {
    width: 5%;
    background: none;
    opacity: 0.4;
}

.carousel-control.left {
    left: 11px;
    background: none;
}

.carousel-control.right {
    background: none;
}

.btn-success:focus, .btn-success:hover {
    background-color: #018300 !important;
    background-position: 0 -15px;
}

.btn-plain {
    text-shadow: 0 1px 0 #fff;
    border-color: #dbdbdb;
    border-color: #ccc;
    color: #333;
    background-color: #fff;
}

.btn-plain:active {
    background-color: #e0e0e0;
    border-color: #dbdbdb;
}

.btn-plain:hover {
    background-color: #e0e0e0;
    background-position: 0 -15px;
}

.btn-menu {

}
.btn-menu:focus, .btn-menu:hover {
    color: #fe9900 !important;
    background-color: #eee;
}

.btn-menu.active {
    border-color: green;
}

.btn-menu .glyphicon {
    display: none;
    color: green;
    margin-right: 5px;
}

.btn-menu.active .glyphicon {
    display: inline-block;
}


.modal-xl {

}


.btn-plain {
    text-shadow: 0 1px 0 #fff;
    border-color: #dbdbdb;
    border-color: #ccc;
    color: #333;
    background-color: #fff;
}

.btn-plain:active {
    background-color: #e0e0e0;
    border-color: #dbdbdb;
}

.btn-plain:hover {
    background-color: #e0e0e0;
    background-position: 0 -15px;
}

.btn-menu {

}

.btn-menu.active {
    border-color: green;
}

.btn-menu .glyphicon {
    display: none;
    color: green;
    margin-right: 5px;
}

.btn-menu.active .glyphicon {
    display: inline-block;
}


.modal-xl {

}

.radio, .checkbox {
    position: relative;
    display: block;
}

.radio input[type=radio], .checkbox input[type=checkbox] {
    display: inline-block;
    position: relative !important;
    cursor: pointer;
    margin: 0px !important;
    vertical-align: middle;
    width: 17px;
    height: 17px;
}

.radio label, .checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 5px;
    vertical-align: middle;
}


.radio input + label, .checkbox input + label {
    padding-left: 12px;
}

.radio input:checked::before, .checkbox input:checked::before {
    border-color: #3e8f3e;
}

.radio input::before, .checkbox input::before {
    visibility: visible;
    opacity: 1;
    content: '';
    position: absolute;
    border: 1px solid #ccc;
    border-radius: 50%;
    background-color: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.radio input:checked::after {
    visibility: visible;
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    border: 1px solid #3e8f3e;
    border-radius: 50%;
    background-color: #3e8f3e;
}

.checkbox input:checked::before {
    content: "\2713";
    text-align: center;
    font-size: 16px;
    line-height: 14px;
    font-weight: bold;
    color: #3e8f3e !important;
}

.checkbox input::before {
    border-radius: 2px;
}

.radio.disabled label, .checkbox.disabled label {
    color: #ccc;
}

.radio.disabled input::before, .checkbox.disabled input::before {
    opacity: 0.54;
    border-color: #ccc;
}



.table-borderless td, .table-borderless th {
    border: none !important;
}

.table-borderless-td td {
    border: none !important;
}


/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    h1, .h1 { font-size: 32px; }
    h2, .h2 { font-size: 26px; }
    h3, .h3 { font-size: 20px; }
    h4, .h4 { font-size: 16px; }
    h5, .h5 { font-size: 14px; }
    h6, .h6 { font-size: 13px; }

    body {
        font-size: 18px;
    }

    .navbar {
        min-height: 42px;
/*
        background: #fff url('/images/nav/nav_bkgd.png');
*/
        -webkit-border--radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        border-left: 3px solid #dadada;
        border-right: 3px solid #dadada;
        border: 3px solid #dadada;
        background-repeat: repeat;

    }

    .navbar-collapse {
        padding-left: 0px;
        padding-right: 0px;
    }

    div.navbar span.caret {
        display:none;
    }

    div.navbar ul.nav > li > a {
        padding: 11px 6px;
    }

    div.navbar ul.nav > li > a:hover {
        background: #008300;
        /*
        background-image:url('/images/nav/nav_bkgd_s2.png');
        background-repeat:repeat-x;
        background-size: 100% 100%;
        */
    }

    /*make the nav on hover*/
    div ul.nav li.dropdown:hover ul.dropdown-menu{
        display: block;
        margin: 0;
    }
    div.nav-wunderdog ul.nav li a {

        border-right: 1px solid #dadada;
        font-size: 16px;
        /* height: 30px;*/
    }
    .carousel-control.left {
        left: 12px;
    }

    .modal-xl {
        width: 1200px;
    }
}




/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    div.navbar span.caret {
        display:inline-block;
    }
    .carousel-control.left {
        left: 15px;
    }
    div.navbar ul.nav > li > a {
        padding: 11px 8px;
    }
    div.nav-wunderdog ul.nav li a {
        font-size: 16px;
    }
    .modal-xl {
        width: 940px;
    }

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .carousel-control.left {
        left: 19px;
    }
    div.nav-wunderdog ul.nav li a {
        font-size: 16px;
    }
    .modal-xl {
        width: 1140px;
    }


}

.breadcrumb {
  padding: 4px 7px;
  margin-bottom: 5px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 2px;
  font-size: 85%;
}
