[v-cloak] {
    display: none
}

.ie-must-go-die {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.ie-must-go-die .ie-container {
    position: absolute;
    top: 40%;
    left: 33%;
    text-align: center;
    color: #000;
}

.ie-must-go-die .ie-container h1 {
    font-size: 28px;
    margin-bottom: 36px;
}

.ie-must-go-die .ie-container p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
}

.ie-must-go-die .ie-container a {
    display: block;
    color: inherit;
}

.ie-must-go-die .ie-container a:hover {
    text-decoration: underline;
}

.ie-must-go-die .ie-container a:visited {
    color: inherit;
}

.el-table__header th, .el-table__header tr {
    background: #409EFF;
}

.el-table__header thead {
    color: #FFFFFF;
}

.table-header {
    margin: 5px;

}

.upload-row:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.upload-row .up-fl {
    float: left;
}

.upload-row .up-fr {
    float: right;
}

.leftMenu li {
    background: #ffffff;
}
.leftMenu li.open {
    background: #EAEFFF;
}
.app .sidebar ul.leftMenu li.open a.active span,
.app .sidebar ul.leftMenu li.open a.active .ti-map
.app .sidebar ul.leftMenu li.open a.active .toggle-accordion
{
   color: #3864FF;
}


.sidebar .leftMenu a, .sidebar .leftMenu .nav-title {
    color: #131414;
}
.app .sidebar ul.leftMenu > li > ul.sub-menu > li > a:hover {
    color: #3864FF;
}

ul.leftMenu ul.sub-menu li:hover {
    background: #EAEFFF;
}
