/* CSS used here will be applied after bootstrap.css */
.badge-notify{
    background: white;
    color: #2d2d2d;
    position:absolute;
    top: 0px;
    left: 35px;
    font-family: 'OCRAStd';
    font-size: 10px;
    border-radius: 5px;
}

.skill-icon {
    display: inline-block;
    position: relative;
    margin-right: 10px;
}

.profile-links {
    position: absolute;
    width: 80%;
    top: 45px;
}

.profile-link {
    position: relative;
}

.profile-links hr {
    margin-top: 12px;
    margin-bottom: 12px;
    border-top: 1px solid #555555;    
}

.profile-link p {
    color: #c8c8c8;
}

.profile-link:hover {
    cursor: pointer;
}

.profile-link:hover .glyphicon.nudge-left {
    transform:  translateX(-3px);
}

.profile-link:hover .glyphicon.nudge-right {
    transform:  translateX(3px);
}

.profile-link:hover p {
    text-decoration: none;
    color: #a2c632;
}

.profile-link:hover .glyphicon {
    color: #a2c632;

}

.profile-link .glyphicon {
    left: 90%;
    color: #c8c8c8;
    position: absolute;
    font-size: 10px;
    top: 4px;
    transition: transform 0.4s;
}

.profile-panel .column-striped [class*='col-'] {
    border-right: 2px solid black;
    height: 300px;
}

.profile-panel h4 {
    margin-bottom: 30px;
    color: #c8c8c8;
    font-weight: bold;
}

.profile-panel input {
    color: black;
    padding: 5px;
    width: 100%;
    margin-bottom: 20px;
}

.profile-panel form {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.profile-panel form .btn {
    outline-width: 0px;   
}

.profile-panel form .btn:active:focus {
    outline-width: 0px;   
}

.exam-panel form{
    margin-top:20px;
    margin-right:50%;
}
.exam-panel input{
    color:black;
    margin-bottom:20px;
}

.exam-block > .row{
    margin-bottom:10px;
    margin-top:10px;
}

.complete > .progress-bar{
    background-color:#a2c632;
}

.not-complete > .progress-bar{
    background-color:red;
}

.sub-panel > [class*='col-'] {
    border-width: 0px !important;
}
