.long-line {
    background-image: url("/images/purple_line.png");
    background-position: 0px 35px;
    background-repeat: no-repeat;
    -webkit-background-size:    100% 5%;
    -moz-background-size:       100% 5%;
    -o-background-size:         100% 5%;
    background-size:            100% 5%;
}

.modal-loading {
    display:    none;
    position:   fixed;
    z-index:    9999;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url("/images/loading.gif") 
                50% 50% 
                no-repeat;
}

.dropdown-label i.arrow-label:before {
    content: "\f107";
}

.dropdown-label.collapsed i.arrow-label:before {
    content: "\f105";
}

.profile-pic {
    width: 120px;
    height: 120px;
    background-position: center center;
    background-repeat: no-repeat;
}

div.disabled {
    cursor: not-allowed;
}
div.disabled a {
    pointer-events: none;
}