﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

#app-container {
    height: 100vh;
}

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 13px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
/*  position: relative;*/
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin: auto;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

:root {
    --vcloak: none !important;
}

[v-cloak] {
    display: var(--vcloak);
}







header {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: space-between;
}

.l-content {
    display: flex;
    align-items: center;
}

    .l-content .el-button {
        margin-right: 20px;
    }

.r-content {
    display: flex;
    align-items: center;
}

.r-content-item {
    margin-left: 100px;
}

.el-menu {
    height: 100%;
    border: none;
    background: rgb(61 86 116);
}

    .el-menu h3 {
        color: lightcyan;
        text-align: center;
    }

.el-menu-item:hover {
    background: rgb(86 126 171);
}

.el-menu-vertical:not(.el-menu--collapse) {
    width: max-content;
    min-width: 220px;
    min-height: 400px;
    background: rgb(61 86 116);
}

.el-sub-menu {
    list-style: none;
    margin: 0;
    padding-left: 0;
    --el-menu-item-height: 50px;
}

    .el-sub-menu .el-icon {
        margin-left: -6px;
    }

.el-sub-menu__title {
    /*            padding: 0;*/
    width: auto;
    --el-menu-item-font-size: 14px;
    font-weight: bold;
}

    .el-sub-menu__title .el-sub-menu__icon-arrow {
        color: powderblue;
        font-weight: bolder;
        font-size: 20px;
        margin-top: -10px;
    }

    .el-sub-menu__title:hover {
        background-color: rgb(86 126 171);
    }

    .el-sub-menu__title:hover, .el-sub-menu__title:focus {
        outline: none;
        background-color: rgb(86 126 171);
    }

/*        .el-sub-menu__icon-arrow {
                    left: 180px;
                    right: unset;
                }*/

.el-sub-menu .el-menu-item {
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    font-size: 13px;
}

    .el-sub-menu .el-menu-item:hover {
        background-color: rgb(86 126 171);
    }

.el-sub-menu is-opend {
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    min-width: 220px;
}

.el-popper.is-pure.is-light:hover {
    background: rgb(86 126 171);
}

.el-main {
    padding: 10px 10px 10px 2px;
    overflow: hidden;
    height: 100%;
}

.el-tabs {
    --el-tabs-header-height: 26px;
    overflow: auto;
}

.el-tabs__header {
    position: relative;
    margin: -40px 0 4px;
}

.el-tabs__item {
    height: 26px;
    line-height: 26px;
    font-size: 13px;
    font-weight: 600;
    color: #4e6578;
}

.el-tabs__content {
    position: relative;
    height: 98%;
    overflow: auto;
    bottom: 0px;
}

.el-tab-pane {
    height: 100%;
}

.el-tabs__item.is-active {
    background-color: #d3deea;
    color: #50a6ff;
}

/*        .el-tabs--card>.el-tabs__header {
            border-bottom: 1px solid #24587a;
            height: var(--el-tabs-header-height);
        }*/

.el-tabs__nav-next, .el-tabs__nav-prev {
    line-height: 24px;
}

.tab-iframe-container {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.tab-iframe {
    position: relative;
    width: 100%;
    height: 100%;
    border: 0;
}








.el-form {
    width:auto;
}

.el-form .el-input {
    width: 100%;
    max-width: 400px;
}


.el-form .el-select {
    width: 100%;
    max-width: 400px;
}

.el-form .el-row {
    margin-bottom: 10px;
    width:100%;
}

.el-form .el-row .el-form-item {
    margin-bottom:0px;
}

.guttered-right-aline-item {
    text-align: right;
    max-width: 400px;
}

.el-table {
}