﻿@font-face {
    font-family: "Karbon";
    src: url("../../fonts/Karbon-Medium.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Move";
    src: url("../../fonts/MOVE-Regular.ttf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

.h2,
h2 {
    font-family: "Move", sans-serif !important;
}

.h3,
h3 {
    font-family: "Karbon", sans-serif !important;
}

.navbar-fixed-top{
    color: #FFFFFF !important;
    background-color: #FF0000 !important;
    font-weight: bold !important;
}
.navbar-fixed-bottom {
    color: #920024 !important;
    background-color: #FF0000 !important;
}

.navbar-nav > li {
    padding: 2px;
}

.navbar-nav > li > a {
    padding: 5px !important;
    line-height: 40px !important;
    vertical-align: middle !important;
    margin: 0 5px;
}
.dropdown-menu {
    color: #1e1e1e !important;
    font-weight: normal !important;
 
}
.navbar-nav > li > a.btn {
    min-width: 53px;
    width: 40px;
    background-color: #FFFFFF !important;
    color: #1e1e1e !important;
}
.btn-success {
    color: #fff;
    background-color: #ea5045 !important;
    border-color: #920024 !important;
}
.navbar-brand {
    margin-top: 2px;
    padding: 5px !important;
}

table.calendar th {
    background-color: #920024;
    color: #FFFFFF;
    text-align: center;
}

table.dataTable th {
    background-color: #920024;
    color: #FFFFFF;
    text-align: center;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #e5e5e5 !important;
}