html{
    font-size: 14px;
}
body{
    height: 100%;
    width: 100%;
}
.list-group-item {
    padding: .75rem 0.75rem;
}
.navbar-mother{
    margin-bottom:10px;
}
.navbar-brand{

}
.navbar-brand img{

}
.navbar-right{

}
.modal{
    color: initial;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
    vertical-align: middle;
}
.console-navbar{
    direction: ltr;
    color: #ccc;
    font-size: 13px;
    font-weight: 400;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    line-height: 2.46153846;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}
.console-container .console-side{
    width:180px;
    padding:66px 5px 0 5px;
    position: fixed;
    top: 0;
    bottom: -120px;
    z-index: 1;
}
.console-container .console-side .side-user img{
    box-shadow: 0 0 5px #3c3c3c;
    border-radius: 5px;
}
.console-container{
    padding: 0;
}
.console-container .sidebar-collect{
}
.console-container .console-content{
    padding-top: 66px;
    padding-left:180px;
}
.console-container .console-wrap{
    margin-right: 0;
    margin-left: 0;
}
.public-second-nav{
    margin-bottom: 15px;
}
.slogan a{
    color: gray;
    padding: 5px;
    text-decoration: none;
}

.footer{
    color: gray;
    font-size: 12px;
}

.footer .copyright{
    text-align: center;
}
.footer .beian,.footer .friendlink{
    text-align: center;
    margin: 5px 0;
}

.footer .beian a,.footer .friendlink a {
    color: gray;
}

.footer .footer-slogan{
    text-align: center;
    margin: 5px 0;
}

.console-login-form{
    margin:10px 0;
}
.login-pannel{
    padding: 10px 30px;
}
.login-pannel{
    padding: 20px 60px;
    border-radius: 1px;
}
.login-pannel h3
{
    text-align: center;
    color: gray;
    padding: 20px 0;
}
.login-pannel h3 img{
    width: 80px;
    margin: 10px 0;
}
.console-login-filter{
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background-size: cover;
    background-position: center;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -o-filter: blur(15px);
    -ms-filter: blur(15px);
    filter: blur(15px);
    opacity: 0.7;
}

.bootstrap-mock-springboard-view{
    position: relative;
    pointer-events: none;
    user-select: none;
    width: 100%;
    filter: blur(46.0167px);
    z-index: -1;
    margin-top: 50px;
}
.springboard{

}
.springboard .board-title{
    position: relative;
    margin-bottom: 50px;
}
.springboard .board-title div:nth-child(1){
    position: relative;
    border-radius: 50%;
    height: 120px;
    width: 120px;
    margin-left: 50%;
    left: -60px;
    background-color: rgb(192, 192, 192);
}
.springboard .board-title div:nth-child(2){
    position: relative;
    font-family: SFDisplay, SFText, Helvetica, sans-serif;
    font-size: 26px;
    font-weight: 600;
    background-color: rgb(225, 225, 225);
    margin: 10px 0;
    text-align: center;
}
.springboard .board-title  div:nth-child(3){
    position: relative;
    font-family: SFText, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 500;
    background-color: rgb(222, 247, 255);
    height: 17px;
    text-align: center;
}
.springboard .board-cantainer{
    overflow: hidden;
}
.springboard .board-cantainer .board-item{
    border-radius: 20%;
    height: 89.745px;
    width: 89.745px;
    left: 208.507px;
    top: 453.759px;
    margin: 20px;
    float: left;
    text-decoration:none;
    color: #585858;
    box-shadow: 0 0 5px #d8d8d8;
}
.springboard .board-cantainer .board-item:hover{
    box-shadow: 0 0 10px #c7c7c7;
}
.springboard .board-cantainer .board-item .board-item-title{
    position: relative;
    bottom: -78px;
    left: 50%;
    transform: translateX(-50%) translateY(100%);
    font-family: SFText, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    background-color: rgb(225, 225, 225);
    white-space: nowrap;
    text-align: center;
    height: 15px;
}
.quick-menu-lists{
    overflow: hidden;
    width: 360px;
}

.quick-menu-lists .quick-menu-item{
    color: gray;
    text-align: center;
    display: block;
    text-decoration: none;
    margin: 10px;
    float: left;
}


.quick-menu-lists .quick-menu-item span:nth-child(1){
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 25px;
    border-radius: 20%;
    background-color: #dfdfdf;
}

.quick-menu-lists .quick-menu-item span:nth-child(2){
    text-align: center;
    display: block;
    margin: 5px 0;
}


.quick-menu-lists .quick-menu-item.active{
    margin: 10px 10px 7px 10px;
}

.quick-menu-lists .quick-menu-item.active span:nth-child(1){
    box-shadow: 0 0 5px #66a8cc;
    border:1px solid #19c0cc;
}
.quick-menu-lists .quick-menu-item.active span:nth-child(2){
    background-color: #8fe0ff;
    color: #00050a;
    padding: 3px 6px;
    border-radius: 12px;
    font-size: 12px;
}

