@font-face {
    font-family: exo2;
    src: url('../fonts/Exo2-Regular.otf');
}

html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
    padding-top: 5px;
    font-family: exo2;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

    .inputfile + label {
        font-size: 1.25em;
        font-weight: 700;
        color: white;
        background-color: black;
        display: inline-block;
        transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }

        .inputfile:focus + label, .inputfile + label:hover {
            background-color: red;
        }

.navbar {
    font-size: 1.1rem;
}

.table th, .table td, .td {
    border-top: 1px solid #dee2e6 !important;
    padding-top: 0px;
    padding-bottom: 0px;
}


.navbar-light .navbar-nav .nav-link {
    color: #189597 !important;
}

.dropdown-item:hover, .dropdown-item:focus {
    color: #189597 !important;
}

.dropdown-item:hover, .dropdown-item {
    color: #189597 !important;
}


.navbar-light .navbar-nav .show > .nav-link .navbar-default {
    border-color: #b6f3e3 !important;
    color: #189597 !important;
    min-height: 60px;
}


/*.nav a {
   font-size: 15px;
}*/

ul.dropdown-menu li a {
    font-size: 14px;
    color: #094994;
}

.nav-tel {
    padding: 6px 20px 20px 40px;
    color: #ffffff !important;
    background: url('../images/BGPhoneBlock.jpg') no-repeat;
}


.bg-blu2turq {
    color: #ffffff;
    background-color: #239190;
    border-color: #239190;
    background: linear-gradient(to right, #094994, #199ea1);
}

h2, h4 {
    color: #094994;
}

.lead {
    color: #094994;
}

.ui-iggrid td.ui-iggrid-selectedcell {
    background-color: #65d0cf !important;
}

.ui-iggrid .ui-iggrid-tablebody td{
    font-size:14px;
}

span.ui-iggrid-headertext{
    font-size:15px !important;
}

.ui-iggrid-filtereditor {
    font-size: 14px !important;
}

body > div.container-fluid {
    padding-left: 3rem;
    padding-right: 3rem;
}
