﻿* {
    font-family: 'PT Sans';
}

h1, h2, h3, h4, h5, h6, .ant-page-header-heading-title {
    /*font-weight: 700 !important;*/
}

h4 {
    font-weight: 700 !important;
}

.ant-btn-primary {
    color: #fff;
    background: #22304d !important;
    border-color: #132447 !important;
}

.ant-btn-primary:hover {
    color: #ffd699;
    background: #374A70;
    border-color: #243A68 !important;
}

.ant-btn-primary:active {
    color: #cc6600;
}

.ant-btn-primary[disabled] {
    background: #CED4E1 !important;
    border: 1px solid #BAC0CE !important;
}

.ant-btn-dangerous.ant-btn-primary {
    background: #a31f20 !important;
    border-color: #721313 !important;
}

.ant-layout-header {
    background: #22304d !important;
}

.ant-menu.ant-menu-dark {
    background: #22304d !important;
}

.ant-menu-item-selected {
    background: #121F3A !important;
} 

.ant-menu {
    font-size: 16px !important;
}

img.menu-logo {
    width: 52px;
    height: 52px;
    margin: 6px;
    display: inline;
    float:left;
}

.logo-login {
    text-align: center;
    margin-top: 1%;
}

.logo-login img {
    width: 15%;
    margin-bottom: 10px;
    min-width: 200px;
}

.unauth-content h3 {
    font-family: 'PT Serif';
    color: #22304D;
    font-size: calc(12px + 0.5vw);
}

/*
CONNECTION ERROR
 */

.components-reconnect-show, .components-reconnect-failed, .components-reconnect-rejected {
    display: none;
}