/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */
html,
body,
input,
button,
select,
textarea {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333333;
  font-size: 16px; 
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
   font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
}




.navbar-main {
    margin-bottom: 0;
    background-color: #0e5077;
    border: 0;
    min-height: 38px;
    /*font-family: "Source Sans Pro", sans-serif;*/
    font-size: 16px;
}

.navbar-main .navbar-nav>li
{
  margin-bottom: 0;
}

.form-control
{
	font-size: 14px !important;
}


.dataTables_info {
    font-size: 0.9rem;
    clear: unset !important;
    float: none !important;
    margin-top: 0.7rem;
}


.dataTables_wrapper .dataTables_filter label .form-control {
	min-height: 2.5rem !important;
	line-height: 1em !important;
	padding: 1px 10px 1px 45px !important;
}

  ul.level_2 li a:hover {
    text-decoration: none;
}