@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    /*font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
    font-family: "Open Sans", sans-serif;
    /*font-family: "Jost", sans-serif;*/
    /*font-size: 1rem;*/
}

a, .btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

.my-reconnect-modal > div {
    position: fixed;
    top: 10px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    overflow: hidden;
    background-color: #fff;
    opacity: 0.8;
    text-align: center;
    font-weight: bold;
    font-size: 22px;
}

.components-reconnect-hide > div {
    display: none;
}

.components-reconnect-show > div {
    display: none;
}

.components-reconnect-show > .show {
    display: block;
}

.components-reconnect-failed > div {
    display: none;
}

.components-reconnect-failed > .failed {
    display: block;
}

.components-reconnect-rejected > div {
    display: none;
}

.components-reconnect-rejected > .rejected {
    display: block;
}

.site-layout-content {
    background: #fff;
    padding: 15px 30px;
    min-height: calc(100vh - 70px - 22px);
}

.ant-layout-footer{
    padding: 12px 24px;
}

.kendograde-header {
    height: 44px;
    padding: 0 50px;
    color: #fff;
    line-height: 44px;
    background: rgba(40, 58, 90, 0.9);
}

.ant-menu.ant-menu-dark,
.ant-menu-dark .ant-menu-sub,
.ant-menu.ant-menu-dark .ant-menu-sub {
    color: #fff;
    background: rgba(40, 58, 90, 0.9);
}

.ant-menu-dark .ant-menu-item, .ant-menu-dark .ant-menu-item-group-title, .ant-menu-dark .ant-menu-item > a, .ant-menu-dark .ant-menu-item > span > a {
    color: #fff;
}

.ant-btn {
    border-radius: 6px;
    /*padding: 4px 5px;*/
}

/*.ant-table {*/
/*    font-size: 1rem;*/
/*}*/
/*.ant-table.ant-table-small {*/
/*    font-size: 1rem;*/
/*}*/

/*.ant-menu {*/
/*    font-size: 1rem;*/
/*}*/

.ant-menu-dark.ant-menu-horizontal > .ant-menu-item:hover {
    background-color: #47b2e4;
}

.ant-menu.ant-menu-dark .ant-menu-item-selected,
.ant-menu-submenu-popup.ant-menu-dark .ant-menu-item-selected {
    background-color: #47b2e4;
}

.ant-menu-dark.ant-menu-dark:not(.ant-menu-horizontal) .ant-menu-item-selected {
    background-color: #47b2e4;
}

.status-text--success {
    color: #52c41a !important;
}

.status-text--info {
    color: #1890ff !important;
}

.status-text--warning {
    color: #faad14 !important;
}

.status-text--error {
    color: #ff4d4f !important;
}

.ant-card-grid {
    padding: 15px;
}

.ant-image-kendograde {
    position: relative;
    display: inline-block;
    padding: 10px;
    border: 1px solid #d9d9d9;
    margin: 0 8px 8px 0;
}

.ant-advanced-search-form,
.ant-advanced-search-form {
    padding: 24px;
    background: #fbfbfb;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
}

.ant-advanced-search-form .ant-form-item-control-wrapper,
.ant-advanced-search-form .ant-form-item-control-wrapper {
    flex: 1;
}
.site-page-header {
    border: 1px solid #ebedf0;
    padding: 6px 20px;
}

h3.ant-typography,
.ant-typography h3 {
    margin: 0 0;   
}

 .rowdanger, .rowdanger > td {
     background-color: #ffccc7 !important;
 }

.rowdanger:hover, .rowdanger:hover > td {
    background-color: #ffa39e !important;
}

/*.ant-btn-link{*/
/*    color: #00c;*/
/*}*/