﻿ol, ul, dl {
    margin-left: 20px;
}

.kt-datatable__body tr td {
    font-size: 15px !important;
}

.kt-datatable__head th {
    font-size: 10px!important;
}

:root {
    --blue: #0066b3;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #0066b3;
    --secondary: #e1e1ef;
    --success: #1dc9b7;
    --info: #5578eb;
    --warning: #ffb822;
    --danger: #fd397a;
    --light: #f8f9fa;
    --dark: #343a40;
}

.alert i, .sb-msg i, .msgtitle i {
    width: auto;
}

html, body {
    font-family: 'Open Sans',sans-serif;
}

.kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__link > .kt-menu__hor-arrow {
    color: #ccc;
}
