html {
    min-height: 100%;
    position: relative;
}

body {
    font-family: Tahoma, Verdana, Segoe, sans-serif !important;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    color: #000;
}

@media screen and (min-width: 980px) {
    .container {
        width: 960px;
        max-width: 100%;
        margin: auto;
    }
}

.itb-content {
    width: 100% !important;
}

@media screen and (min-width: 1025px) {

    .container {
        margin: auto;
        position: relative;
        padding-left: 0 !important;
        padding-right: 0 !important;
        z-index: 100;
    }
}

@media screen and (min-width: 1200px) {
    .itb-content {
        width: 75% !important;
    }
}
@media screen and (min-width: 1400px) {
    .itb-content {
        width: 66% !important;
    }
}


b {
    font-weight: bold;
}

h2, h3 {
    font-weight: 600;
}

.text-primary, a{
    color: #008cc0!important;
}

a:hover {
    text-decoration: none;
}

footer a {
    color: #000!important;
}

.pointer:hover {
    cursor: pointer;
}

.btn {
    border-radius: 0;
    border-width: 0;
}

.btn-primary {
    background: #008cc0!important;
    transition: all 300ms ease-in-out;
    color: #fff!important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary[disabled]{
    background-color: #008cc0!important;
    border-color: #008cc0!important;
    color: #fff!important;
    box-shadow: none!important;

}

.btn-outline-secondary {
    color: #58585a!important;
    border-color: #58585a;
    background-color: white;
    border-width: 1px;
}

.btn-outline-secondary:hover {
    color: #fff!important;
    border-color: #58585a;
    background-color: #58585a;
}

button.btn:disabled {
    background-color: #e9ecef;
    color: #555555;
}

footer a{
    text-decoration: none;
    margin-right: 10px;
    color: #000;
    font-weight: bold;
}


.card {
    box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px !important;
}

.card, .card-header, .card-body {
    border-radius: 0!important;
    background-color: #f8f8f8!important;
    border: none!important;
}

.card-header {
    font-weight: bold;
}

.card-header {
    vertical-align: top;
    font-weight: lighter;
}

.card-header.pointer {
    transition: all 300ms ease-in-out;
}

.card-header.pointer:hover {
    background: #c9ced0;
}

.bg-tertiary {
    background-color: #008cc0!important;
}

.menu-toggle.navbar-toggler {
    color: #fff;
    border-color: #fff;
    border-width: 2px;
}

.menu-toggle.navbar-toggler:focus {
    box-shadow: 0 0 0 0;
}

.menu-toggle.navbar-toggler-icon {
    color: #fff;
}


