html {
    height: 100%;
}

    * {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
}

body {
    height: 100%;
    color: #3d464d;
    padding-top: 70px;
}

.center-panel {
    background: #FFF;
    padding: 75px 75px 75px 75px;
}

/*LINKS ------------------------------------------------------ */
a:link {
    color: #b2341c;
}

    a:hover {
        color: #b2341c;
    }

.color, a:link, a:visited {
    color: #e64c2e;
}

th {
    text-align: left;
    font-size: 12px;
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 380px;
}

/*BUTTONS ------------------------------------------------------ */
.btn.active, .btn:active, button:active, button:focus, button:hover, text:active, text:focus, text:hover, label:focus, textarea:active, textarea:focus, textarea:hover {
    outline: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid transparent !important;
    -webkit-appearance: none;
}

.btn {
    font-weight: 600;
}

.btn-group-lg > .btn, .btn-lg {
    padding: 12px 16px;
    font-size: 15px;
    font-weight: bold;
}

.btn-primary {
    color: #fff !important;
    background-color: #E64C2F;
    border-color: #E64C2F;
    padding: 8px 14px;
    font-size: 12px;
}

.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #b2341c;
    border-color: #b2341c;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #d73c1e;
        border-color: #d73c1e;
    }

.btn-group-xs > .btn, .btn-xs {
    padding: 4px 8px;
    font-size: 10px;
    line-height: 1.5;
    border-radius: 3px;
}

/*MISC ------------------------------------------------------ */
#loader-wrapper {
    z-index: 50 !important;
}

ol {
    margin: 20px 40px;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
    margin-left: 0px;
    margin-right: 0px;
    font-size: 11px;
}

    .breadcrumb > .active {
        color: #777;
        font-weight: bold;
    }

hr {
    height: 1px;
    background: #e5e5e5;
    border: 0px;
    margin: 20px 0 20px 0 !important;
}

.all-wrapper {
    width: 100%;
    overflow-x: hidden;
}

    .all-wrapper .all-content {
        background-color: #2c3e50;
        -webkit-box-shadow: 4px 3px 120px rgba(0,0,0,.23);
        box-shadow: 4px 3px 120px rgba(0,0,0,.23);
        position: relative;
        overflow: hidden;
    }

.flex-between {
    display: flex;
    justify-content: space-between;
}

.ver-bold {
    font-weight: 900;
}

.ligth-italic {
    font-weight: 300;
    font-style: italic;
}

.upper {
    text-transform: uppercase;
}

.bg {
    background-color: #e64c2e;
}

.overlay {
    background-color: rgba(230,76,46,.85);
    color: #FFF;
}


.ConversionError {
    border-color: #FF0000 !important;
}

.ConversionErrorText {
    color: #FF0000 !important;
}

.ConversionSuccess {
    border-color: #468847 !important;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0 0 20px 0;
    border-radius: 4px;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #E64C2F;
    border-color: #E64C2F;
}

.pagination > li > a, .pagination > li > span {
    color: #337ab7;
    border: 1px solid #ddd;
}

/*Top 100*/
.top-100 > tbody > tr > td, .top-100 > tbody > tr > th, .top-100 > tfoot > tr > td, .top-100 > tfoot > tr > th, .top-100 > thead > tr > td, .top-100 > thead > tr > th {
    line-height: 1.42857143;
    vertical-align: middle;
    padding: 0 8px;
}

.top-100 td a {
    display: block;
    height: 100%;
    text-decoration: none;
    padding: 12px 0px;
}

.jobs td.Title {
    display: block;
    height: 100%;
    text-decoration: none;
    padding: 12px 0px 12px 12px;
}

.top-100 .rank {
    font-weight: 700;
    font-size: 18px;
}

td.tag a {
    padding: 6px 12px;
    border-radius: 40px;
    background-color: #f1f5f6;
    font-weight: 600;
    cursor: pointer;
    transition: all .3s ease-in-out;
    height: auto !important;
    display: inline-block;
    font-size: 10px;
}

td.tag > a:hover {
    color: #FFF;
    background-color: #e64c2e;
}


/*Start Seeking Template*/
.seeking-template .panel-default {
    border-color: #ddd;
}

.seeking-template .panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.seeking-template .panel-body {
    padding: 50px 50px 0px 50px;
}

.seeking-template p{
    font-size: 13px;
    line-height: 21px;
}

.seeking-item {
    border-bottom: 1px solid #e5e5e5;
    margin: 0 0 20px 0;
    padding: 0 0 4px 0;
}

.seeking-template .dvComment {
    border: 1px solid #e5e5e5;
    border-radius: 0px 0px 4px 4px;
    margin: 25px -52px -2px -52px;
    padding: 20px 50px;
    background: #f1f5f6;
}

.seeking-template .add-comment {
    border-bottom: 1px solid #e5e5e5;
    margin: 0 0 20px 0;
    padding: 0 0px 10px 0px;
}

.seeking-template .seeking-comment {
    border-bottom: 1px solid #e5e5e5;
    padding: 0 0px 10px 0px;
}

.seeking-template .seeking-comment-reply {
    border-top: 1px solid #e5e5e5;
    padding: 15px 0px 0px 0px;
    margin-left: 0px;
}

    .seeking-template .seeking-comment .geser {
        margin-left: 0px;
        margin-top: 5px;
    }

.seeking-template .seeking-comment .geser .seeking-comment-reply {
    margin-left: 0px;
    margin-top: 5px;
}

.seeking-template .list-unstyled {
    padding-left: 0;
    list-style: none;
}

.seeking-template .title {
    font-size: 14px;
    font-weight: bold;
}

.seeking-template .komen {
    font-size: 14px;
}

.seeking-template .geser {
    margin-left: 55px;
    margin-top: 5px;
}

.seeking-template .comment-action-button {
    position: absolute;
    background: #efefef;
    right: 0;
    top: 0;
    z-index: 9;
    border-radius: 4px;
    display: none;
}

.seeking-template .commentDescription {
    color: #757575;
    position: relative;
}

.seeking-template .reply_a {
    font-size: 11px !important;
    color: grey !important;
}
/*End Seeking Template*/

/*Start Broadcast Template*/
.broadcast-template .panel-default {
    border-color: #ddd;
}

.broadcast-template .panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.broadcast-template .panel-body {
    padding: 50px 50px 0px 50px;
}

.broadcast-template p {
    font-size: 13px;
    line-height: 21px;
}

.broadcast-template .broadcast-title{
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
}

.broadcast-item {
    border-bottom: 1px solid #e5e5e5;
    margin: 0 0 20px 0;
    padding: 0 0 4px 0;
}

.broadcast-template .dvComment {
    border: 1px solid #e5e5e5;
    border-radius: 0px 0px 4px 4px;
    margin: 25px -52px -2px -52px;
    padding: 20px 50px;
    background: #f1f5f6;
}

.broadcast-template .add-comment {
    border-bottom: 1px solid #e5e5e5;
    margin: 0 0 20px 0;
    padding: 0 0px 10px 0px;
}

.broadcast-template .broadcast-comment {
    border-bottom: 1px solid #e5e5e5;
    padding: 0 0px 10px 0px;
}

.broadcast-template .broadcast-comment-reply {
    border-top: 1px solid #e5e5e5;
    padding: 15px 0px 0px 0px;
    margin-left: 0px;
}

.broadcast-template .broadcast-comment .geser {
    margin-left: 0px;
    margin-top: 5px;
}

    .broadcast-template .broadcast-comment .geser .broadcast-comment-reply {
        margin-left: 0px;
        margin-top: 5px;
    }

.broadcast-template .list-unstyled {
    padding-left: 0;
    list-style: none;
}

.broadcast-template .title {
    font-size: 14px;
    font-weight: bold;
}

.broadcast-template .komen {
    font-size: 14px;
}

.broadcast-template .geser {
    margin-left: 55px;
    margin-top: 5px;
}

.broadcast-template .comment-action-button {
    position: absolute;
    background: #efefef;
    right: 0;
    top: 0;
    z-index: 9;
    border-radius: 4px;
    display: none;
}

.broadcast-template .commentDescription {
    color: #757575;
    position: relative;
}

.broadcast-template .reply_a {
    font-size: 11px !important;
    color: grey !important;
}
/*End Broadcast Template*/

.broadcast-description ul li{
    margin-left: 40px;
}

/*Featured Profile*/
.top-100-badge {
    position: absolute;
    top: 0px;
    left: 15px;
    max-width: 95px;
}

.featured-panel {
    padding: 25px 25px 15px 25px;
    background: #FFFFFF;
    border-bottom: 4px solid #3d464d;
}

.featured-panel h3 {
    font-size: 16px;
    font-weight: 700;
    margin: 10px 0 4px 0;
}

    .featured-panel .work {
        font-size: 11px;
    }

.featured-panel-description {
    font-size: 13px;
    /*white-space: pre-line;*/
}

.featured-panel li.tag span {
    padding: 6px 10px;
    border-radius: 40px;
    background-color: #f1f5f6;
    font-weight: 600;
    cursor: pointer;
    transition: all .3s ease-in-out;
    height: auto !important;
    display: inline-block;
    font-size: 10px;
}

.featured-panel li.icons i {
    font-size: 18px;
    margin-right: 8px;
    padding: 6px 0;
}

    /*Featured Profile*/
    @media (max-width:767px) {
        .center-panel {
        width: auto;
        margin: 0 0 0 0;
        padding: 20px 20px 20px 20px;
    }
}