boody{
    background-color: #f0f2f5;
}
.my-card{
    box-shadow: 0 1px 2px 0 rgba(101,129,156,.08);
    border: 1px solid #e3eaef;
}

.bg-orange {
    background-color: #f4645f !important;
}

.my-navbar{
    position: absolute;
}

.bg-footer{
    background-color: #1b1c1d;
}

.d-flex-border{
    border-bottom: 1px dashed #dae1ea;
}

#loading {
    background-color: rgba(238, 238, 238, 0.6);
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 2000;
    bottom: 0;
    padding-top: 10%;
}
#loading .spinner {
    margin: 100px auto;
    width: 50px;
    height: 60px;
    text-align: center;
    font-size: 10px;
}
#loading .spinner > div {
    background-color: rgba(0, 0, 0, 0.2);
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
    animation: stretchdelay 1.2s infinite ease-in-out;
}
#loading .spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
#loading .spinner .rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
#loading .spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
#loading .spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
@-webkit-keyframes stretchdelay {
    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4);
    }
    20% {
        -webkit-transform: scaleY(1);
    }
}
@keyframes stretchdelay {
    0%,
    40%,
    100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }
    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
    }
}

#nprogress .bar {
    background: #f4645f !important; //自定义颜色
}
#nprogress .peg {
    box-shadow: 0 0 10px #f4645f, 0 0 5px #f4645f !important;
}

.right-text-color{
    color: rgba(0,0,0,0.8);
}

.bg-nav-my{
    background-color:#5ba1f4 !important;
}

.my-tag{
    display: inline-block;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 5px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 12px;
    margin: 0 0px 5px 0 !important;
    color: #fff;
    border: 1px solid;
}

.my-tags a:hover{
    text-decoration: none;
    color: #fff;
    border: 1px solid #d2d2d2;
}

/*
.iconbox.iconmedium {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 1.8rem;
}
.iconbox {
    border: 1px solid;
    text-align: center;
    display: inline-block;
}
.text-primary {
    color: #502c6c !important;
}
*/


nav ul{
    margin-bottom: 0;
}
