.dropdown dd,
.dropdown dt {
    margin: 0;
    padding: 0;
}
.dropdown ul {
    margin: -1px 0 0;
}
.dropdown dd {
    position: relative;
}
.dropdown a,
.dropdown a:visited {
    color: #fff;
    text-decoration: none;
    outline: none;
    font-size: 12px;
}
.dropdown dt a {
    background-color: #4f6877;
    display: block;
    padding: 8px 20px 5px 10px;
    min-height: 25px;
    line-height: 7px;
    overflow: hidden;
    border: 0;
    width: 272px;
}
.dropdown dt a span,
.multiSel span {
    cursor: pointer;
    display: inline-block;
    padding: 0 3px 2px 0;
}
.dropdown dd ul {
    background-color: #4f6877;
    border: 0;
    color: #fff;
    display: none;
    left: 0;
    padding: 2px 15px 2px 5px;
    position: absolute;
    top: 2px;
    width: 280px;
    list-style: none;
    height: 100px;
    overflow: auto;
}
.dropdown span.value {
    display: none;
}
.dropdown dd ul li a {
    padding: 5px;
    display: block;
}
.dropdown dd ul li a:hover {
    background-color: #fff;
}
#progressbar_form {
    width: 80%;
    margin: 25px auto;
    text-align: center;
    position: relative;
    z-index: 1;
}
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    counter-reset: step;
}
#progressbar li {
    list-style-type: none;
    text-transform: uppercase;
    font-size: 11px;
    width: 33.33%;
    float: left;
    position: relative;
}
#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 25px;
    line-height: 20px;
    display: block;
    font-size: 14px;
    color: #333;
    background: #fff;
    border-radius: 3px;
    margin: 0 auto 5px;
    cursor: pointer;
}
#progressbar li:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    left: -50%;
    top: 9px;
    z-index: -1;
}
#progressbar li:first-child:after {
    content: none;
}
#progressbar li.active:before,
#progressbar li.active:after {
    background: #54b551;
    color: #fff;
}
.contentArea {
    width: 600px;
}
#inputSearch {
    width: 350px;
    border: solid 1px #000;
    padding: 3px;
}
#divResult {
    position: absolute;
    width: 415px;
    display: none;
    margin-top: -1px;
    border: solid 1px #dedede;
    border-top: 0;
    overflow: auto;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    -moz-border-bottom-right-radius: 6px;
    -moz-border-bottom-left-radius: 6px;
    box-shadow: 0 0 5px #999;
    border-width: 3px 1px 1px;
    border-style: solid;
    border-color: #333 #dedede #dedede;
    background-color: #fff;
    height: 300px;
}
.display_box {
    padding: 4px;
    border-top: solid 1px #dedede;
    font-size: 12px;
    height: 50px;
}
.display_box:hover {
    background: #54b551;
    color: #fff;
    cursor: pointer;
}
.text-center {
    text-align: center;
}
.filetag {
    padding: 10px;
    background: #eee;
    border-radius: 5px;
    margin: 5px;
    cursor: pointer;
}
.filetag span {
    padding-left: 10px;
    color: red;
}
.mentorImage {
    border-radius: 50%;
    display: inline;
    height: 50px;
    margin: 5px;
    max-width: 50px;
    width: 50px;
}
.score {
    unicode-bidi: bidi-override;
    direction: rtl;
    text-align: center;
    border: 0;
    font-size: 0;
}
.score legend {
    overflow: hidden;
    height: 0;
}
.score label {
    font-size: 32px;
    font-size: 1.5rem;
    line-height: 32px;
    line-height: 2rem;
    display: inline-block;
    position: relative;
    text-align: center;
    width: 1.2em;
    height: 1em;
    overflow: hidden;
    text-indent: 100%;
}
.score label:before {
    content: "☆";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-indent: 0;
    line-height: 1em;
    color: #aaa;
}
.score label:hover:before,
.score label:hover ~ label:before,
.score input:checked ~ label:before {
    content: "★";
    color: #ffbb04;
}
.score label:active {
    position: relative;
    top: 1px;
}
.gold {
    color: #ffd700;
}
.rank {
    background: #df3c19;
    color: #fff;
    border-radius: 2px;
    padding: 3px 8px;
    font-size: 10pt;
    font-weight: 700;
}
.winnerProf {
    font-size: 27pt;
    vertical-align: middle;
}
.winner_name {
    text-align: left;
    padding-left: 5px;
    font-size: 12pt;
    float: left;
}
.onoffswitch {
    -moz-user-select: none;
    position: relative;
    width: 77px;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    border: 2px solid #999;
    border-radius: 0;
    cursor: pointer;
    display: block;
    margin: 0 !important;
    overflow: hidden;
    width: 70px !important;
}
.onoffswitch-inner {
    margin-left: -100%;
    transition: margin 0.3s ease-in 0;
    width: 200%;
}
.onoffswitch-inner:before,
.onoffswitch-inner:after {
    background-clip: padding-box;
    border: 2px solid transparent;
    box-sizing: border-box;
    color: #fff;
    float: left;
    font-family: Trebuchet, Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    height: 22px;
    line-height: 18px;
    padding: 0;
    text-align: left;
    width: 50%;
}
.onoffswitch-inner:before {
    background-color: #eee;
    color: #262626;
    content: "Yes";
    padding-left: 6px;
}
.onoffswitch-inner:after {
    background-color: #eee;
    color: #999;
    content: "No";
    padding-right: 12px;
    text-align: right;
}
.onoffswitch-switch {
    background: none repeat scroll 0 0 #a1a1a1;
    bottom: 0;
    margin: 0;
    position: absolute;
    right: 54px;
    top: 0;
    transition: all 0.3s ease-in 0;
    width: 23px;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    background-color: #54b551;
    right: 0;
}
