.sl-lvbar {
    list-style: none;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.sl-lvbar li {
    display: inline-block;
    float: left;
    width: 25%;
}

.sl-lvbar li a, .sl-lvbar li span {
    background: #e6e6e6;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 13px;
    color: #2f2f2f;
    border-top: 1px solid white;
    border-right: 1px solid white;
    display: inline-block;
}

.sl-lvbar li.active a {
    background: #fe9937;
    color: white;
}

.sl-lvbar li.active a {
    color: white;
}

.sl-percent {
    height: 2px;
    background: #8acb89;
}

#sectionLevelModal .modal-dialog {
    width: 750px;
}

#sectionLevelModal .modal-content {
    border-radius: 0;
}

#sectionLevelModal .modal-body {
    border-top: none;
    border-bottom: 15px solid #287cb6;
    text-align: center;
}

#sectionLevelModal .modal-body:before, #sectionLevelModal .modal-body:after {
    content: '';
    position: absolute;
    width: 15px;
    top: 0;
    bottom: 0;
}

#sectionLevelModal .modal-body:before {
    background-image: linear-gradient(transparent, #277cb7);
    left: 0;
}

#sectionLevelModal .modal-body:after {
    background-image: linear-gradient(transparent, #277cb7);
    right: 0;
}

#sectionLevelModal .inner-body {
    padding: 0 60px 15px 60px;
}

#sectionLevelModal .inner-body:before {
    content: '';
    position: relative;
    background: url("../images/sl-medal.png") no-repeat;
    width: 170px;
    height: 136px;
    display: block;
    margin: 0 auto;
    margin-top: -15px;
}

#sectionLevelModal h3 {
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    color: #3f3f3f;
    margin-top: 25px;
}

#sectionLevelModal h3 span {
    color: #ff5a00;
}

#sectionLevelModal h2 {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    color: #1570b0;
    margin-top: 12px;
    margin-bottom: 30px;
}

#sectionLevelModal .msg-wrap {
    margin-bottom: 20px;
}

#sectionLevelModal .msg {
    font-size: 18px;
    color: #404040;
    margin-bottom: 8px;
}

#sectionLevelModal .msg:before {
    content: '';
    position: absolute;
    left: 60px;
    background: url("../images/sl-arrow.png") no-repeat;
    width: 14px;
    height: 17px;
    display: inline-block;
}

.sl-btnround {
    width: 138px;
    height: 40px;
    display: inline-block;
    border-radius: 20px;
    background: #404041;
    color: white;
    font-size: 16px;
    line-height: 40px;
}

.sl-btnround:hover {
    color: white;
}

.sl-organe{
    background: #ef5a28;
}

.sl-organe i.fa {
    color: #ef5a28;
}

.sl-btnround i.fa {
    position: relative;
    font-family: FontAwesome;
    left: -19px;
    background: white;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-block;
    color: #404041;
    line-height: 30px;
}

.sl-startCheck {
    margin-right: 15px;
}

.sl-ignoreCheck i.fa {
    left: -23px;
}