/* fonts */

@font-face {
    font-family: 'Montserrat';
    src: url('../webfonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../webfonts/Montserrat-Bold.ttf') format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: 'OpenSans';
    src: url('../webfonts/OpenSans-Regular.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: 'OpenSans';
    src: url('../webfonts/OpenSans-Bold.ttf') format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: 'OpenSans';
    src: url('../webfonts/OpenSans-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}


html {
    font-size: 14px;
    font-family: 'OpenSans', Arial, sans-serif;
    line-height: 21px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
    line-height: 24px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Montserrat, helvetica, sans-serif;
}


h4, h5 {
    font-weight:bold;
}

.form-control {
    border: none;
    outline: none;
    border-radius: 0px;
    padding: 8px;
    font-size: 16px;
    border-color: #D8D8D8;
    border-bottom: 2px solid #007DB7;
}

input {
    background-color: rgb(255, 255, 255, 0);
}

.disabled-form-control {
    background-color: #e9ecef;
}

body a {text-decoration: underline;}

a {color: #007db7;}
    a:hover {color: #003E74}


/* page title */
.page-title {
    background: url(../images/updated-blue-background.jpg);
    background-size: cover;
    background-repeat: repeat-x;
}

.page-title h1 {font-weight: bold;}
.page-title h2 {font-size: 21px; line-height: 29px;}

/* Kendo */
.k-table-td a.k-button {
    border: 0;
    color: #007db7;
}

/* Bootstrap */
.container-fluid {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

.navbar-light {
    background-color: #ffffff;
    border-bottom: 1px solid #bebebe;
}

.nav-link {font-weight: bold;}


.btn {
    padding: 10px 25px;
    border-radius: 25px;
}

.btn-lg {
    padding: 17px 35px;
    font-size: 18px;
    line-height: 21px;
}

.btn-primary, .cancel-button {
    background-color: #003E74 !important;
    color: #ffffff !important;
    transition: background-color 0.3s ease;
}
.btn-outline-primary, .cancel-button {
    border: #007DB7 !important;
    background-color: #ffffff !important;
    color: #003E74 !important;
    transition: background-color 0.3s ease;
}
    .btn-primary :active, .btn-outline-primary:hover, .btn-outline-primary.active, .btn.active, .cancel-button:active, .cancel-button:hover, .btn-outline-primary :active, .btn-outline-primary:hover {
        background-color: #007DB7 !important;
        color: #ffffff !important;
    }

.btn-success {
    background-color: #4C9C2E !important;
    color: #ffffff !important;
    transition: background-color 0.3s ease;
}
.btn-success :active, .btn-success:hover {
    background-color: #96C121 !important;
}

.btn .badge.top-0.start-100 {
    left: 95% !important;
    font-size: .85em;
    padding: .45em .75em;
}

.text-primary {
    color: #007DB7 !important;
}

.border-primary {
    border-color: #007DB7 !important;
}

.alert-info {
    background: #b8dbeb;
    border-color: #007DB7;
    color: #000000;
}
.alert-info .fa {
    color: #003E74;
}
.alert a {font-weight: bold;}

.card {
    transition: all 0.3s ease;
    z-index: 999;
}
    .card:hover {
        box-shadow: 0 10px 20px rgba(0,0,0,0.3), 0 6px 6px rgba(0,0,0,0.3);
    }

.alert ul {margin: 0;}

