
.mLeft-5 {
    margin-left: 5px;
}

.red {
    color: #FF0000;
}

.green {
    color: #61a642;
}
.greenB {
    color: #61a642;
    font-weight: bold;
}

.white {
    color: #FFFFFF;
}

.font-normal {
    font-weight: normal;
}

.visiable-show {
    visibility: visible;
}

.visiable-hidden {
    visibility: hidden;
}

#embed-captcha {
    width: 300px;
    margin: 0 auto;
}
.show {
    display: block;
}
.hide {
    display: none;
}
#notice {
    color: red;
}
/* 以下遮罩层为demo.用户可自行设计实现 */
#mask {
    display: none;
    position: fixed;
    text-align: center;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: auto;
}


#pointer {
    cursor: pointer;
}

.ng-cloak{
    display:none;
}
.highlight{
	background-color: #ECFFB3;
}
.active{
	background-color: #ECFFB3;
}