.checkboxList {
    height: 295px;
    padding: 1em;
    border: solid 2px #ccc;
    border-radius: 0.5em;
    overflow-y: scroll;
    margin: 0 0 1em 0;
    -webkit-transition: max-height 2s;
    -moz-transition: max-height 2s;
    transition: max-height 2s;
}

.checkboxList:hover {
    max-height: 8000px;
}

.moreList {
    max-height: 8000px;
}

.checkboxList .input-group-addon {
    background: #de7316;
    color: #fff;
}

.checkboxList label {
    margin-left: 15px;
    font-weight: normal !important;
    cursor: pointer;
}

.checkboxList a.moreBox {
    position: absolute;
    bottom: 0;
    right: 0;
}

.vals span {
    font-size: 0.8em;
    line-height: 0.8em;
}

.register {
    font-size: 14px;
    font-weight: bold;
    color: #a8958a;
    text-decoration: underline !important;
    margin: 0 14px;
}

.messages-menu a.active {
    background: #de7316 !important;
    border-color: #de7316 !important;
}

.messages-menu a.active:hover {
    background: #de7316 !important;
    border-color: #de7316 !important;
}

.message-scroll-body {
    border: 1px solid #ddd;
    border-radius: 4px;
    height: 450px;
    overflow-y: scroll;
    padding: 5px 0;
}

.message-scroll-body .panel-orange {
    border-color: #964b12;

}

.message-scroll-body .panel-orange > .panel-heading {
    background: #de7316;
    color: #fff;
}

.article-content * {
    max-width: 100%;
}

.article-row {
    border-bottom: solid 1px silver;
    margin-bottom: 1em;
}

.ajax-loading {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    text-align: center;
    padding-top: 20%;
    color: #cc6600;
    z-index: 99999;
}

.ajax-loading img {
    max-width: 10%;
}

.row-line {
    border: solid 1px #e6e6e6;
    border-radius: 5px;
    margin: 0.5em 0;
    padding: 0 0.5em 0.5em 0.5em;
}

.homeBox{
    padding: 1em 0;
}

.homeBox p {
    margin-bottom: 0 !important;
    overflow: hidden;
}

.homeBox img {
    max-width: 100% !important;
    height: auto !important;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.homeBox:hover img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}


.homeBoxWrapper {
    padding: 0.5em 0;
}

.user_rank {
    margin-top: 1.5em;
}

.user_rank img {
    float: left;
    margin: 0 0.1em;
}

.user_rank span {
    float: left;
    margin: 0.4em 0 0 1em;
}

.homeBoxWrapper-separator {
    margin: 0.5em -25px;
    height: 0.8em;
    background: #a8b392;
}

.homeBoxWrapper-wrapper {
    padding-left: 0.3em;
    padding-right: 0.3em;
}

.partners-container{
    width: 100%;
    background: #d5dacb;
    padding: 0.8em 0;
}