@import url(font-awesome.min.css);

html,
body {
    font-family: 'Open Sans', sans-serif;

    overflow-x: hidden;
}

.navbar {
    min-height: 0 !important;
}

.navbar-default {
    z-index: 1;

    margin-bottom: 0;

    border: none;
}

.navbar-default .navbar-nav>.active>a>img {
    color: #fff;
    background-color: transparent !important;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #048842;
}

.navbar-transparent .navbar-nav li a {
    color: #fff !important;
}

.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.admin-erec .navbar-default .navbar-brand {
    padding: 0 20px;
}

.navbar-default img {
    /*height: 50px;*/
    /*margin-top: 10px;*/
}

.navbar-default li {
    /*height: 70px;*/
}

.navbar-right {
    margin-right: 0;
}

.navbar-transparent .navbar-nav li a:hover {
    color: #ccc;
    background-color: #081423;
}

.navbar-default li a {
    /*padding: 25px 15px;*/
    padding: 10px 25px;
}

.navbar-default .dropdown {
    line-height: 50px;
}

.navbar-default .dropdown .btn {
    color: white !important;
    background: none;
}

.navbar-transparent .navbar-nav li a {
    line-height: 32px;

    color: white;
}

.navbar-default .dropdown-menu {
    padding: 0 0;

    background: #2e333e;
}

.navbar-default .dropdown-menu li {
    /*height: 40px;*/
}

.navbar-default .dropdown-menu li a:hover {
    background-color: #000 !important;
}

.navbar-default .dropdown-menu li.divider {
    height: 1px;
}

.navbar-default .dropdown-menu li a {
    padding: 10px;

    color: #333;
}

.navbar-transparent {
    background: none;
}

.navbar-general {
    text-transform: uppercase;

    border-bottom: 1px solid #ddd;
    background: white;
}

.navbar-general .navbar-nav li a {
    color: #777;
}

.navbar-general .dropdown-menu li a,
.navbar-general .dropdown .btn {
    line-height: 32px;

    color: #333;
}

#dashboard .navbar-general .dropdown .btn {
    color: #333!important;
}


.navbar-account img {
    height: 70px;
}

.form-control,
.btn {
    border-radius: 0;
    /*border: none;*/
}

.title-divider {
    width: 150px;
    height: 3px;
    margin: 0 auto;
}

.panel {
    padding: 10px 20px;

    border-radius: 0;
    box-shadow: none;
}


























/*

=== Dashboard ===

*/

.sidebar,
.dashboard-right {
    float: left;
}

.dashboard-right {
    width: calc(100% - 200px);
    margin-left: 200px;
    /*min-height: 100vh;*/
    background: #ededed;
}

#dashboard .dashboard-right h4,
#dashboard .dashboard-right .dropdown {
    line-height: 50px;

    margin: 0;
}

#dashboard .navbar-default li:not(.divider) {
    line-height: 30px;
}

#dashboard .navbar-default li a {
    padding: 5px 20px;
}

#dashboard .content {
    margin: 10px;
    /*padding: 20px 0;*/
}

#dashboard .content>.panel {
    border-top: 3px solid #39dad2;
}

#dashboard .lists .nav-tabs-colored {
    border: none;
}

#dashboard .lists .nav-tabs-colored a {
    width: 200px;
    margin-right: 5px;

    color: #fff;
    border-bottom: none;
    border-radius: 0;
    background: #2e333e;
}

#dashboard .lists.candidate .nav-tabs a {
    width: auto;
}

#dashboard .lists .nav-tabs-colored .active a {
    color: #2e333e;
    border: 1px solid #fff;
    border-top: 2px solid #2e333e;
    background: #fff;
    /* padding: 15px; */
    /* margin-top: -10px; */
}

#dashboard .list-title a.btn,
#dashboard .lists.candidate a.btn {
    /* background: #4285F4; */
    width: 200px;
}

#dashboard .lists.candidate a.btn.invite {
    /* background: #39DAD2; */
    margin-top: 10px;
    /* width: 125px; */
    padding: 5px;
}

#dashboard .lists .nav-tabs-colored i {
    margin-right: 10px;
}

#dashboard .lists.candidate .nav-tabs.sub-tab {
    padding-top: 20px;
}

#dashboard .label.job-status {
    font-size: 24px;
}

#dashboard .list-content {
    min-height: 200px;

    background: #fff;
    padding: 1em;
}

#dashboard input,
#dashboard select {
    border: 1px solid #ddd;
}

#dashboard .list-content input::placeholder {
    color: #ddd;
}

#dashboard .list-filter {
    padding: 20px;

    border-bottom: 1px solid #ddd;
}

#dashboard .list-header {
    font-weight: bold;
}

#dashboard .list-item .item {
    position: relative;

    padding: 20px 20px;

    /* border-bottom: 1px solid #ddd; */
}

#dashboard .list-item .title a {
    font-size: 18px;

    display: block;
}

#dashboard .list-item .location {
    line-height: 20px;

    margin-top: 10px;
}

#dashboard .list-item .status,
#dashboard .list-item span {
    font-size: 12px;
}

#dashboard .job-progress .number {
    font-size: 18px;
}

#dashboard .job-progress .name {
    font-size: 10px;
}

#dashboard .job-progress .step {
    display: inline-block;

    margin-bottom: 5px;

    text-align: center;

    background: #ededed;
}

#dashboard .item .action {
    position: absolute;
    top: 0;
    right: 5px;

    float: right;
}

#dashboard .item .action .dropdown {
    line-height: 30px;
}

#dashboard .item .action button i {
    font-size: 6px;

    color: #999;
}

#dashboard .job-progress .step:hover a {
    text-decoration: none;
}

#dashboard .job-progress .finished {
    background: #546e7a;
}

#dashboard .job-progress .active {
    background: #0277bd;
}

#dashboard .job-progress .finished:hover {
    background: #607d8b;
}

#dashboard .job-progress .active:hover {
    background: #0288d1;
}

#dashboard .job-progress .step a {
    display: block;

    padding: 10px;

    color: #333;
}

#dashboard .job-progress .finished a,
#dashboard .job-progress .active a {
    color: white;
}


























/* Form */

#dashboard form h3 {
    margin: 0 -20px 10px -20px;
    padding: 10px 20px;

    border-bottom: 1px solid #ddd;
}

#dashboard form a {
    margin-right: 10px;
}

#dashboard form .steps a {
    margin-right: 0px;
}


#dashboard form .btn-default {
    border: 1px solid #ddd;
}

.note-editor.note-frame {
    border: 1px solid #ddd;
}

#dashboard .edit-job {
    margin-bottom: 30px;
}

#dashboard .checkbox {
    margin-top: 0;
}

#dashboard .checkbox+.checkbox {
    margin-top: 0;
}

#dashboard .candidate .item .picture {
    overflow: hidden;

    width: 50px;
    height: 50px;

    border-radius: 50px;
}

#dashboard .candidate .item img {
    width: 50px;
}

#dashboard .candidate .picture,
#dashboard .candidate .user-info {
    display: inline-block;
    float: left;
}

#dashboard .candidate .item-header {
    height: 50px;

    background: #f7f7f7;
}

#dashboard .candidate .item-header .user-info {
    font-weight: bold;
    line-height: 24px;
}

#dashboard .candidate .user-info {
    line-height: 30px;

    width: calc((100% - 50px) / 6);

    text-align: center;
}

#dashboard .candidate .user-info form {
    display: inline;
}

#dashboard .candidate.accounts .user-info {
    width: calc((100% - 50px) / 4);
}

#dashboard .item.interview .user-info:nth-child(4) {
    width: calc((100% - 50px) / 2);
}

#dashboard .user-info .result {
    display: inline-block;

    width: 90px;
    height: 80px;
    margin: -1px;

    vertical-align: top;
}

#dashboard .user-info .result .detail,
#dashboard .user-info .result .interviewer {
    display: block;
}

#dashboard .user-info .result .detail {
    line-height: 20px;

    height: 50px;
    margin: 0 2.5px;
}


























/* .result.default
{
    background: #f8f8f8;
} */

.result.warning {
    color: white;
    background: #ff9632;
}

.result.danger {
    color: white;
    background: #d9534f;
}


























/* .result.success
{
    color: white;
    background: #337ab7;
} */

.result.success .btn {
    color: white !important;
    background: #337ab7 !important;
}

.result.default .btn {
    color: #000;
    background: #fff;
    border: 1px solid #ddd;
}

#dashboard .profile-header {
    margin-right: -20px;
    margin-left: -20px;
    padding: 10px;

    border-bottom: 1px solid #ddd;
}

#dashboard .profile-header .info {
    margin: 0 20px 20px 15px;
}

#dashboard .profile-header h3 {
    margin: 0;
}

#dashboard .profile-header i {
    width: 25px;
}

#dashboard .panel span form {
    display: inline-block;

    margin: 0;
}

#dashboard .panel form {
    margin: 20px 0;
}

#dashboard .panel .form-footer {
    margin: 50px -20px 10px -20px;
    padding: 20px 30px;

    border-top: 1px solid #ddd;
}

#dashboard .dropdown-candidate {
    display: inline-block;
}

#dashboard .dropdown-candidate .dropdown-menu {
    left: -145px;
}

#dashboard .dropdown-candidate .dropdown-menu button {
    width: 100%;

    text-align: left;

    color: #333;
    background: white;
}

.steps {
    margin: 0 auto;
}

.steps .step {
    width: 150px;
}

.steps .step:not(:last-child):before {
    position: relative;
    top: 17px;
    left: 75px;

    display: block;

    width: 150px;
    height: 2px;

    content: '';

    background: #b8f1ee;
}

.steps .step .number {
    line-height: 30px;

    display: inline-block;

    width: 30px;
    margin-bottom: 10px;

    color: white;
    border-radius: 25px;
    background: #b8f1ee;
}

.steps .step.active .number {
    background: #3cada7;
}


























/*

=== Sidebar ===

*/

.sidebar {
    position: fixed;

    width: 200px;
    min-height: 100vh;

    background: #2e333e;
    /* -webkit-box-shadow: -6px 0px 55px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -6px 0px 55px 0px rgba(0, 0, 0, 0.75);
    box-shadow: -6px 0px 55px 0px rgba(0, 0, 0, 0.75); */
}

.sidebar .logo a,
.sidebar .logo {
    height: 125px;

    background-color: #22262e;
}

.sidebar ul {
    padding: 0;
}

.sidebar ul li a {
    font-size: 13px;
    line-height: 40px;

    display: block;

    padding: 0 15px;

    color: #eee;
}

.sidebar ul li a:hover,
.sidebar ul li.active a {
    text-decoration: none;

    background: #474c56;
}

.sidebar ul li a i {
    margin-right: 15px;
}






























/*

=== Home ===

*/

.home-header {
    /*margin-top: -70px;*/
    position: relative;

    overflow: hidden;

    width: 100%;
    /*height: 370px;*/
    height: 100vh;
}

.home-header .layer {
    position: relative;
    /*height: 370px;*/
    height: 100vh;
    /*background: rgba(255, 255, 255, 0.7);*/
    background: rgba(1, 30, 47, .7);
}

.home-header .home {
    position: absolute;
    width: 100%;
    background: url('../img/bg-home.jpg') top center no-repeat;
    background-size: cover;
    height: 100vh;
}

.home-header .job-search {
    position: relative;
    /*height: 370px;*/
    /*height: 100vh;*/
    /*background: rgba(0, 0, 0, 0.5);*/
    margin-top: -100px;
}

.home-header .job-search h1 {
    font-weight: 100;

    text-shadow: 2px 3px 5px rgba(0, 0, 0, .8);
    /*padding-top: 120px;*/
}

.home-header .search-panel {
    width: 75%;
    margin: 20px auto 0 auto;
    padding: 20px 15px;

    background: rgba(255, 255, 255, .4);
}

.home-header .form-group {
    margin-bottom: 0;
}

.section {
    padding: 70px 0;
}

#home h2 {
    margin: 20px 0 20px 0;
}

.section-content {
    margin-top: 30px;
}

.list-job i {
    /*width: 20px;*/
}

.list-job .item h4 {
    display: -webkit-box;
    overflow: hidden;

    margin-bottom: 15px;

    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.list-job .item .location {
    margin-bottom: 10px;
}

.list-job .item .description {
    display: -webkit-box;
    overflow: hidden;

    margin-bottom: 15px;

    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.job-location {
    min-height: 250px;
}

.newest-job .list-job .item {
    margin-bottom: 20px;
}

.newest-job .list-job:nth-child(1)>div:last-child>a>.item {
    padding: 45px 15px;

    color: white;
    background: #048842;
}

.newest-job .list-job:nth-child(1)>div:last-child>a>.item:hover {
    padding: 45px 15px;

    color: white;
    background: #00aa4e;
}

.menu-footer a {
    transition: 500ms all;

    color: #fff !important;
}

.menu-footer a:hover {
    color: #ccc !important;
}

.newest-job .item {
    height: 200px;
    padding: 5px 20px;

    border: 1px solid #ddd;
}

.newest-job .description {
    margin: 10px 0;
}

.field-job {
    background: #efefef;
}

.field-job .item {
    margin-bottom: 5px;
    padding: 10px 10px;

    border: 1px solid #999;
    background: white;
}

.field-job .item i {
    margin-right: 5px;
}

.field-job a:hover {
    text-decoration: none;
}

.field-job .item:hover {
    background: #eee;
}



























/*

=== Jobs ===

*/

#jobs,
.job-detail {
    min-height: 75vh;
    padding: 75px 0 30px 0;

    background: #ededed;
}

#jobs h4 {
    margin: 0;
}

.criteria {
    padding: 30px 20px 20px 20px;
}

.criteria input,
.criteria select {
    margin-bottom: 15px;

    border: 1px solid #ddd;
}

.job-detail .panel i {
    width: 15px;
    margin-right: 5px;
}

.save-job button {
    /*background: #fff;
    color: blue;*/
}

.brief button {
    margin-top: 10px;
}

.panel-title {
    margin: 0 -20px;
    padding: 10px 20px 20px 20px;

    border-bottom: 1px solid #ddd;
}

.panel-content {
    margin-top: 20px;
}

.panel-content li {
    margin-left: -20px;
}

.result {
    margin: 0;
}


























/*
=== Login & Register ===

*/

.account {
    min-height: 100vh;

     background: url(../img/bg-fabric2.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 

    /* background: linear-gradient(45deg, transparent 0%, transparent 57%, #1c3e85 100%),
    linear-gradient(-45deg, #1c3e85 0%, #a1ce1a .3%, #0ab59c 112%, transparent 11%),
    linear-gradient(-90deg, #a1ce1a 100%, #a1ce1a 65%, transparent 20%); */
}

.account .panel {
    width: 400px;
    margin: 0 auto;
    margin-top: 75px;

    border: none;
    border-radius: 0;
    background: none;
}

.account .user-icon {
    font-size: 48px;

    width: 70px;
    height: 70px;
    margin: 0 auto 20px auto;

    color: #fff;
    border-radius: 70px;
    background: rgba(255, 255, 255, .4);
}

.account .panel-body {
    background: rgba(255, 255, 255, .4);
}

.account .form-control {
    height: 40px;
    margin-top: 20px;

    background: rgba(255, 255, 255, .8);
}

.account .btn {
    height: 40px;
    margin-bottom: 10px;
}

.register {
    margin-top: 20px;
}



























/*

=== Online Test ===

*/

#online-test {
    /*min-height: 100vh;*/
    min-height: 75vh;
    margin-top: 50px;
}

.test-container {
    margin: 0;
}

.summary-test {
    min-height: 100vh;
    padding: 0;

    border-right: 1px solid #ddd;
}

div.time {
    color: white;
    border-bottom: 1px solid #ddd;
    background: #5dd863;
}

.time h2 {
    margin: 0;
    padding: 20px;
}

.time small {
    color: white;
}

.time.few {
    background: #f7cc4a;
}

.time.minus {
    color: white;
    background: #db5c5c;
}

.time .warning {
    display: none;
}

.time.minus .warning {
    display: block;
}

.question-nav {
    padding: 20px;
}

.summary-test .item {
    line-height: 30px;

    display: inline-block;

    width: 30px;
    margin-bottom: 5px;

    cursor: pointer;
    text-align: center;

    color: white;
    background: #db5c5c;
}

.summary-test .item.answered {
    background: #5dd863;
}

.questions {
    padding: 20px;
}

.question {
    font-size: 24px;

    margin-bottom: 20px;
    padding: 20px;
}


.question .radio label {
    font-size: 18px;
}

.question .navigation {
    margin-top: 30px;
}









/*

=== Candidate Profile ===

*/

#candidate,
.beranda {
    padding: 75px 100px 25px 100px;

    background: #ededed;
}

#candidate .sidebar-profile {
    display: inline-block;

    /* width: 275px; */
    width: 100%;

    vertical-align: top;
}

#candidate .panel {
    padding: 0;

    border: none;
}

#candidate .sidebar-profile .nav-item.active {
    color: #fff;
    background: #034369;
}

#candidate .sidebar-profile .nav-item {
    display: block;

    padding: 0 20px;

    cursor: pointer;

    color: inherit;
}

#candidate .sidebar-profile .nav-item.profile-first {
    padding: 10px 10px;
    /*background-color: #dcdcdc;*/
    border-bottom: 1px solid #dcdcdc;
}

#candidate .sidebar-profile .nav-item:hover {
    text-decoration: none;

    color: #f2f2f2;
    background: #022940;
}

#candidate i {
    width: 30px;
}

#candidate .sidebar-profile .nav-item:not(:first-child) {
    line-height: 50px;
    /*padding-top: 0;*/
}

#candidate .sidebar-profile .prof-pic {
    display: inline-block;

    width: 60px;
    max-height: 90px;
    margin-right: 20px;
}

#candidate .sidebar-profile .name {
    /* display: inline-block;
    
    width: 120px;
    margin-top: 10px;
    
    vertical-align: top; */
}

.profile-content .divider {
    width: 100%;
    height: 1px;
    margin: 20px 0;

    background: #eaeaea;
}

#candidate .profile-header,
.profile-section,
#profile .profile-header,
.profile-section {
    padding: 20px 40px;
}

#candidate .profile-header .photo,
#candidate .profile-header .general-info,
#candidate .profile-header .download,
#profile .profile-header .photo,
#profile .profile-header .general-info,
#profile .profile-header .download,
.beranda .profile .photo,
.beranda .profile .general-info,
.beranda .profile .download {
    display: inline-block;
}

#candidate .profile-header .photo,
#profile .profile-header .photo,
.beranda .profile .photo {
    width: 100px;
    margin-right: 20px;
}

#candidate .profile-header .info,
#profile .profile-header .info {
    margin-top: 10px;
}

.profile-content .info .label,
#profile .profile-content .info .label {
    font-size: inherit;
    font-weight: normal;

    display: inline-block;

    padding: 0;

    text-align: left;

    color: inherit;
}

#candidate .profile-content,
#profile .profile-content {
    display: inline-block;

    /* width: calc(100% - 300px); */
    width: 100%;
    /* margin-left: 20px; */
}

.profile-section .info,
#profile .profile-section .info {
    margin: 10px 0;
}

.profile-section:not(:first-child) .info .label,
#profile .profile-section:not(:first-child) .info .label {
    width: 150px;
}

.profile-section .section-content .row {
    margin-bottom: 30px;
}

span.action {
    margin-left: 30px;
}

#candidate span.action i {
    width: 20px;
    /*color: #39DAD2;*/
}

form.delete {
    display: inline;
}

form.delete button {
    border: none;
    /*background: #fff;*/
}

#profile .modal-dialog {
    width: 80%;
}

#profile .modal-content {
    border-radius: 2px;
}

#profile span.label {
    display: inline-block;

    width: 150px;

    text-align: right;

    color: #333;
}

#profile .profile-header {
    margin: 0;

    border: none;
}

#profile .tab-content {
    padding: 20px 50px 50px 50px;
}

#profile .general-info {
    width: calc(100% - 300px);
}

#profile .section-content .row {
    margin-bottom: 25px;
}

.beranda,
.test {
    min-height: 75vh;
}

.beranda .agenda {
    width: 100%;

    background: #fff;
}

.beranda .agenda h3 {
    margin: 0;
    padding: 20px 30px;

    border-bottom: 1px solid #ddd;
}

.beranda .activity {
    padding: 20px 30px;
}

.beranda .date {
    width: 40px;

    text-align: center;
}

.beranda .date .month {
    color: white;
    background: #39dad2;
}

.beranda .date .day {
    border: 1px solid #ddd;
    border-top: none;
}

.beranda .date,
.beranda .agenda-content {
    display: inline-block;

    vertical-align: -webkit-baseline-middle;
}

.beranda .date {
    margin-right: 15px;
}

.beranda .agenda {
    vertical-align: super;
}

.beranda .profile .panel {
    padding: 13px 20px;
}

.beranda .profile .btn {
    margin-top: 40px;
}

.beranda .beranda-item .btn {
    margin-top: 30px;
}

.beranda .beranda-item {
    padding: 5px 10px;

    background: #eee;
    /*margin: 10px 0;*/
}

.beranda .beranda-item h4 {
    margin-top: 0;
}

.beranda .beranda-item {
    /*margin-top:20px;*/
}

ul.item-low-t {
    padding-left: 0;

    border-bottom: 1px solid #dcdcdc;
}

ul>li.beranda-item {
    padding-left: 0;

    list-style: none;
}

ul>li:first-child.beranda-item {
    padding-top: 20px;
}

ul>li:last-child.beranda-item {
    padding-bottom: 20px;
}

.test .welcome,
.test .question {
    padding: 50px;
}

.test .welcome h3 {
    margin: 0;
}

.test .test-desc {
    margin-top: 90px;
}

.test .test-desc h3 {
    margin-top: 50px;
}

.test .test-desc h3,
.test .test-desc p {
    margin-bottom: 30px;
}

.test .question h3 {
    margin-bottom: 30px;
}

.test .question button {
    margin-top: 30px;
}

.test .question button[disabled] {
    background: #ddd;
}

#tool-2 .box-answer {
    border: 1px solid #333;
}

#tool-2 .box-answer .header {
    border-bottom: 1px solid #333;
}

#tool-2 .radio {
    display: inline-block;

    margin: 0;
    padding: 10px 0;
}

#tool-2 .header .most,
#tool-2 .header .less,
#tool-2 .header .character {
    display: inline-block;
}

#tool-2 .header .less {
    padding: 0 10px;
}

#tool-2 .radio:nth-child(odd),
#tool-2 .header .most {
    width: 50px;

    border-right: 1px solid #333;
}

#tool-2 .radio:nth-child(even) {
    width: calc(100% - 80px);
}

#tool-2 .radio:nth-child(even) input {
    margin-left: -10px;
}

#tool-2 .choice-content {
    display: inline-block;

    margin-left: 30px;
}

#tool-2 .character {
    margin-left: 30px;
}

span.tag {
    display: inline-block;

    margin: 0 10px 10px 0;
    padding: 5px 10px;

    border-radius: 10px;
    background: #ddd;
}


























/*

    REPORT
*/

.mbti-result {
    border: 1px solid #333;
}

.mbti-result p {
    margin: 20px 0;
}

.mbti-result .type {
    font-size: 54px;

    margin-left: 75px;

    letter-spacing: 75px;
}

#disc .result,
#disc .most,
#disc .least {
    border: 1px solid #333;
}

#disc .most {
    background: #ff5959;
}

#disc .least {
    background: #5cff59;
}


.interview-report .candidate-data {
    margin: 20px 0;
}

.interview-report h3 {
    padding-bottom: 20px;

    border-bottom: 1px solid #ddd;
}

.interview-report form {
    padding: 0 40px;
}

.interview-report .result {
    margin: 0 -55px;
    padding: 30px;

    border-top: 1px solid #ddd;
}

.interview-report .radio {
    margin-right: 30px;
}

.category {
    width: calc(50% - 20px);
    margin: 10px;

    background: #eee;
}

.graphic {
    margin-top: 60px;
}

.modal-header .close {
    margin-top: 5px;
    margin-right: 10px;
}


























/*

=== footer ===

*/

footer {
    padding: 20px;
}

footer img {
    height: 70px;
}




























/*

=== color ===

*/

.white-text {
    color: white;
}

.blue {
    color: white;
    background: #4285f4;
}

.green {
    color: white;
    background: #39dad2;
}

.green-text {
    color: #39dad2;
}

.dark-grey {
    color: white;
    background: #232527;
}

.black {
    color: white;
    background: #2e333e!important;
}

.nav-tabs>li>a {
    color: #999;
    border: 1px solid #ddd;
    background-color: #ccc;
}

.nav-tabs>li:hover>a {
    color: #ddd;
    border: 1px solid #ddd;
    background-color: #999;
}


























/* TIMELINE */


/* Light Portlet */

.portlet.light {
    padding: 12px 20px 15px 20px;

    background-color: #fff;
}

.portlet.light.bordered {
    border: 1px solid #e7ecf1 !important;
}

.portlet.light.bordered>.portlet-title {
    border-bottom: 1px solid #eef1f5;
}

.portlet.light.bg-inverse {
    background: #f1f4f7;
}

.portlet.light>.portlet-title {
    min-height: 48px;
    padding: 0;
}

.portlet.light>.portlet-title>.caption {
    padding: 10px 0;

    color: #666;
}

.portlet.light>.portlet-title>.caption>.caption-subject {
    font-size: 16px;
}

.portlet.light>.portlet-title>.caption>i {
    font-size: 15px;
    font-weight: 300;

    margin-top: 3px;

    color: #777;
}

.portlet.light>.portlet-title>.caption.caption-md>.caption-subject {
    font-size: 15px;
}

.portlet.light>.portlet-title>.caption.caption-md>i {
    font-size: 14px;
}

.portlet.light>.portlet-title>.actions {
    padding: 6px 0 14px 0;
}

.portlet.light>.portlet-title>.actions .btn-default {
    color: #666;
}

.portlet.light>.portlet-title>.actions .btn-icon-only {
    width: 27px;
    height: 27px;
}

.portlet.light>.portlet-title>.actions .dropdown-menu li>a {
    color: #555;
}

.portlet.light>.portlet-title>.inputs {
    display: inline-block;
    float: right;

    padding: 4px 0;
}

.portlet.light>.portlet-title>.inputs>.portlet-input .input-icon>i {
    font-size: 14px;

    margin-top: 9px;
}

.portlet.light>.portlet-title>.inputs>.portlet-input .input-icon>.form-control {
    font-size: 13px;

    height: 30px;
    padding: 2px 26px 3px 10px;
}

.portlet.light>.portlet-title>.inputs>.portlet-input>.form-control {
    font-size: 13px;

    height: 30px;
    padding: 3px 10px;
}

.portlet.light>.portlet-title>.pagination {
    padding: 2px 0 13px 0;
}

.portlet.light>.portlet-title>.tools {
    margin-top: 2px;
    padding: 10px 0 13px 0;
}

.portlet.light>.portlet-title>.nav-tabs>li {
    margin: 0;
    padding: 0;
}

.portlet.light>.portlet-title>.nav-tabs>li>a {
    font-size: 13px;

    margin: 0;
    padding: 12px 13px 13px 13px;

    color: #666;
}

.portlet.light>.portlet-title>.nav-tabs>li.active>a,
.portlet.light>.portlet-title>.nav-tabs>li:hover>a {
    margin: 0;

    color: #333;
    background: none;
}

.portlet.light.form-fit {
    padding: 0;
}

.portlet.light.form-fit>.portlet-title {
    margin-bottom: 0;
    padding: 17px 20px 10px 20px;
}

.portlet.light .portlet-body {
    padding-top: 8px;
}

.portlet.light.portlet-fullscreen>.portlet-body {
    padding: 8px 0;
}

.portlet.light.portlet-fit {
    padding: 0;
}

.portlet.light.portlet-fit>.portlet-title {
    padding: 15px 20px 10px 20px;
}

.portlet.light.portlet-fit>.portlet-body {
    padding: 10px 20px 20px 20px;
}

.portlet.light.portlet-fit.portlet-form>.portlet-body {
    padding: 0;
}

.portlet.light.portlet-fit.portlet-form>.portlet-body {
    padding: 0;
}

.portlet.light.portlet-fit.portlet-form>.portlet-body .form-actions {
    background: none;
}

.portlet.light.portlet-datatable.portlet-fit>.portlet-body {
    padding-top: 10px;
    padding-bottom: 25px;
}


























/*** Timeline ***/

.timeline {
    position: relative;

    margin: 0;
    margin-bottom: 30px;
    padding: 0;
}

.timeline:before {
    position: absolute;
    top: 0;
    bottom: 0;

    display: block;

    width: 4px;
    margin-left: 90px;

    content: '';

    background: #f5f6fa;
}

.timeline .timeline-item {
    margin: 0;
    padding: 0;
}

.timeline .timeline-badge {
    position: relative;

    float: left;

    width: 180px;
    /*padding-right: 30px;*/
    height: 80px;

    background-color: #e3e3e3;
}

.timeline .timeline-badge-userpic {
    width: 80px;

    border: 4px #f5f6fa solid;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
}

.timeline .timeline-badge-userpic img {
    vertical-align: middle !important;

    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
}

.timeline .timeline-icon {
    width: 80px;
    height: 80px;
    padding-top: 30px;
    padding-left: 22px;

    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
    background-color: #f5f6fa;
}

.timeline .timeline-icon i {
    font-size: 34px;
}

.timeline .timeline-body {
    position: relative;

    margin-top: 20px;
    margin-left: 210px;
    padding: 20px;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #f5f6fa;

    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.timeline .timeline-body:before,
.timeline .timeline-body:after {
    display: table;

    content: ' ';
}

.timeline .timeline-body:after {
    clear: both;
}

.timeline .timeline-body-arrow {
    position: absolute;
    top: 30px;
    left: -14px;

    width: 0;
    height: 0;

    border-width: 14px 14px 14px 0;
    border-style: solid;
    border-color: transparent #f5f6fa transparent transparent;
}

.timeline .timeline-body-head {
    margin-bottom: 10px;
}

.timeline .timeline-body-head-caption {
    float: left;
}

.timeline .timeline-body-title {
    font-size: 16px;
    font-weight: 600;
}

.timeline .timeline-body-alerttitle {
    font-size: 16px;
    font-weight: 600;
}

.timeline .timeline-body-time {
    font-size: 14px;

    margin-left: 10px;
}

.timeline .timeline-body-head-actions {
    float: right;
}

.timeline .timeline-body-head-actions .btn-group {
    margin-top: -2px;
}

.timeline .timeline-body-content {
    font-size: 14px;

    margin-top: 10px;
}

.timeline .timeline-body-img {
    width: 100px;
    height: 100px;
    margin: 5px 20px 0 0;
}

.timeline.white-bg:before {
    background: #fff;
}

.timeline.white-bg .timeline-badge-userpic {
    border-color: #fff;
}

.timeline.white-bg .timeline-icon {
    background-color: #fff;
}

.timeline.white-bg .timeline-body {
    background-color: #fff;
}

.timeline.white-bg .timeline-body-arrow {
    border-color: transparent #fff transparent transparent;
}

@media (max-width: 768px) {
    .timeline .timeline-body-head-caption {
        width: 100%;
    }
    .timeline .timeline-body-head-actions {
        float: left;

        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

@media (max-width: 480px) {
    .timeline:before {
        margin-left: 28px;
    }
    .timeline .timeline-badge {
        width: 23%;
        height: auto;
        /* padding-right: 40px; */
    }
    .timeline .timeline-badge-userpic {
        width: 60px;
    }
    .timeline .timeline-icon {
        width: 60px;
        height: 60px;
        padding-top: 23px;
        padding-left: 18px;
    }
    .timeline .timeline-icon i {
        font-size: 25px;
    }
    .timeline .timeline-body {
        margin-left: 80px;
    }
    .timeline .timeline-body-arrow {
        top: 17px;
    }
}










/* CUSTOM RADIO BUTTON */

label.foscheck {
    position: relative;

    display: table-cell;

    width: 1% !important;
    height: 150px;
    margin-right: 3px;
    padding: 5px 10px;

    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: 500ms all;
    vertical-align: middle;

    color: #666 !important;
    border: 1px solid #ccc;
    background-color: #f2f2f2;
}

input.foscheck[type='radio']:checked+label {
    padding: 5px 10px;

    cursor: pointer;

    color: #fff !important;
    border: 1px solid #00a950;
    background-color: #00a950;
}

input.foscheck[type='radio']+label:before {
    font-family: FontAwesome;
    font-size: 50px;

    display: table-cell;

    padding-right: 20px;
    padding-left: 10px;

    content: '\f096';
    vertical-align: middle;
}

input.foscheck[type='radio']:checked+label:before {
    font-family: FontAwesome;
    font-size: 50px;

    display: table-cell;

    padding-right: 20px;
    padding-left: 10px;

    content: '\f046';
    vertical-align: middle;
}

.header-sub {
    width: 100%;
    padding: 15px 20px;

    color: #fff;
    background: #2e333e;
}

#profile .modal-header {
    padding: 5px;

    border-bottom: none;
}

#profile .modal-body .general-info {
    width: auto;
}










/*ANIMATE*/

.bounce {
    font-size: 10px;

    position: absolute;
    z-index: 2;
    bottom: 0;
    left: -45%;

    width: 120px;
    margin-left: 0;
    padding: 5px 10px;

    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    -o-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
    text-align: center;

    color: #fff;
    background: #ff2a00;
}


@-webkit-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);

        opacity: 0;
    }
    40%,
    50%,
    60% {
        -webkit-transform: translateY(-60px);

        opacity: 1;
    }
    80%,
    90% {
        -webkit-transform: translateY(-90px);

        opacity: 0;
    }
}

@-moz-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(0);

        opacity: 0;
    }
    40%,
    50%,
    60% {
        -moz-transform: translateY(-60px);

        opacity: 1;
    }
    80%,
    90% {
        -moz-transform: translateY(-90px);

        opacity: 0;
    }
}

@-o-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -o-transform: translateY(0);

        opacity: 0;
    }
    40%,
    50%,
    60% {
        -o-transform: translateY(-60px);

        opacity: 1;
    }
    80%,
    90% {
        -o-transform: translateY(-90px);

        opacity: 0;
    }
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);

        opacity: 0;
    }
    40%,
    50%,
    60% {
        transform: translateY(-60px);

        opacity: 1;
    }
    80%,
    90% {
        transform: translateY(-90px);

        opacity: 0;
    }
}

.tooltip .tooltiptext::after {
    position: absolute;
    top: 100%;
    left: 50%;

    margin-left: -5px;

    content: '';

    border-width: 5px;
    border-style: solid;
    border-color: #ff2a00 transparent transparent transparent;
}


.steps .step.active {
    background: #4285f4;
}

.steps .step {
    width: 16.66% !important;
    padding: 10px 0;

    color: #fff;
    background: #ccc;
}

.steps .step:not(:last-child)::before {
    background: transparent !important;
}

.arrowrow_right_left {
    position: absolute;
    z-index: 2;
    top: -2px;
    left: 0;

    width: 0;
    height: 0;

    border-top: 23px solid transparent;
    border-bottom: 23px solid transparent;
    border-left: 16px solid #fff;
}

.arrowrow_right {
    position: absolute;
    z-index: 3;
    top: 0;
    right: -14px;

    width: 0;
    height: 0;

    border-top: 21px solid transparent;
    border-bottom: 21px solid transparent;
    border-left: 14px solid #ccc;
}

.steps .step.active .arrowrow_right_blue {
    position: absolute;
    z-index: 3;
    top: 0;
    right: -14px;

    width: 0;
    height: 0;

    border-top: 21px solid transparent;
    border-bottom: 21px solid transparent;
    border-left: 14px solid #4285f4;
}









/* .arrowrow_right_blue {
    position: absolute;
    z-index: 3;
    top: 0;
    right: -14px;

    width: 0;
    height: 0;

    border-top: 21px solid transparent;
    border-bottom: 21px solid transparent;
    border-left: 14px solid #4285f4;
} */


/* CHECKBOX CUSTOM */

.container-check {
    position: relative;

    display: block;

    width: 100%;
    height: auto;
    margin: 0px auto;
    padding: 0px;
}

.container-check ul {
    overflow: hidden;

    margin: 0;
    padding: 0;

    list-style: none;
}

.container-check ul li {
    position: relative;

    display: block;
    float: left;

    width: 100%;

    color: #aaa;
}

.container-check ul li input[type=checkbox] {
    position: absolute;

    visibility: hidden;
}

.container-check ul li label {

    position: relative;
    z-index: 9;

    display: block;

    margin: 0px auto;
    padding: 5px 5px 5px 25px;

    cursor: pointer;
    -webkit-transition: all .25s linear;

    border: 1px solid;
}

.container-check ul li:hover label {
    color: #999;
}

.container-check ul li .check {
    position: absolute;
    z-index: 5;
    top: 9px;
    left: 6px;

    display: block;

    width: 15px;
    height: 15px;

    -webkit-transition: border .25s linear;
    transition: border .25s linear;

    border: 5px solid #aaa;
    border-radius: 100%;
}

.container-check ul li:hover .check {
    border: 2px solid #999;
}

.container-check ul li .check::before {
    position: absolute;
    top: 1px;
    left: 1px;

    display: block;

    width: 9px;
    height: 9px;
    margin: auto;

    content: '';
    -webkit-transition: background .25s linear;
    transition: background .25s linear;

    border-radius: 100%;
}

.container-check input[type=checkbox]:checked~.check {
    border: 2px solid #5cb85c;
}

.container-check input[type=checkbox]:checked~.check::before {
    background: #5cb85c;
}

.container-check input[type=checkbox]:checked~label {
    color: #5cb85c;
}


























/* CHECKBOX RADIO */

.container-radio {
    position: relative;

    display: block;

    width: 100%;
    height: auto;
    margin: 0px auto;
    padding: 0px;
}

.container-radio input[type=radio] {
    position: absolute;

    visibility: hidden;
}

.container-radio label {

    position: relative;
    z-index: 9;

    /* display: block; */
    margin: 0px auto;
    padding: 0px 5px 0px 25px;

    cursor: pointer;
    -webkit-transition: all .25s linear;

    /* border: 1px solid; */
}

.container-radio.radio {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.container-radio .radio-custom {
    position: absolute;
    z-index: 5;
    top: 2px;
    left: 6px;

    /* display: block; */
    width: 20px;
    height: 20px;

    -webkit-transition: border .25s linear;
    transition: border .25s linear;

    border: 5px solid #aaa;
    border-radius: 100%;
}

.container-radio:hover .radio-custom {
    border: 2px solid #999;
}

.container-radio .radio-custom::before {
    position: absolute;
    top: 1px;
    left: 1px;

    display: block;

    width: 14px;
    height: 14px;
    margin: auto;

    content: '';
    -webkit-transition: background .25s linear;
    transition: background .25s linear;

    border-radius: 100%;
}

.container-radio input[type=radio]:checked~.radio-custom {
    border: 2px solid #5cb85c;
}

.container-radio input[type=radio]:checked~.radio-custom::before {
    background: #5cb85c;
}

.container-radio input[type=radio]:checked~label {
    color: #5cb85c;
}

.tab-content {
    /* padding: 1em; */
    border: 1px solid #ddd;
    margin-top: -1px;
}

#dashboard form #cke_description a {
    margin-right: 0px;
}

.kotak-desc {
    height: 150px;
    width: 100%;
    font-size: 13px;
}

.tombol-low-lain a {
    transition: all 1ms;
}

.tombol-low-lain a:hover {
    text-decoration: none;
}

.bg-navbar-top {
    position: fixed;
    width: 100%;
    background: url('../img/bg-noline.jpg') center center no-repeat;
    background-size: cover;
    z-index: 10;
}

.logo-inbanner {
    width: 250px;
    margin: 0 auto;
}

.ready-teks {
    font-weight: 100;
    text-shadow: 2px 3px 5px rgba(0, 0, 0, .8);
    font-size: 36px;
    color: #fff;
}

.teks-peta {
    font-size: 30px;
    padding: 70px 0 10px 0;
}

.mapdiv {
    height: 600px;
}

.bg-daftar-green {
    background: rgba(4, 136, 66, 0.2)
}

.bg-login-grey {
    background: #1F2027
}











/* BACK TO TOP */

.cd-top {
    display: inline-block;
    height: 20px;
    width: 20px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    /* image replacement properties */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(85, 131, 205, 0.8) url('../img/cd-top-arrow.svg') no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
    transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
}

.cd-top.cd-top--show,
.cd-top.cd-top--fade-out,
.cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
    transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
}

.cd-top.cd-top--show {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
}

.cd-top.cd-top--fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: .5;
}

.cd-top:hover {
    background-color: #2B5393;
    opacity: 1;
}

.logo-login {
    width: 250px;
    margin: 0 auto;
}

.height-130 {
    height: 130px;
}

.eror-label {
    color: #F00;
    font-style: italic;
    transition: all 500ms;
}

@media only screen and (min-width: 768px) {
    .cd-top {
        right: 20px;
        bottom: 20px;
    }
}

@media only screen and (min-width: 1024px) {
    .cd-top {
        height: 40px;
        width: 40px;
        right: 30px;
        bottom: 30px;
    }
}

@media only screen and (max-width: 479px) {
    .kotak-desc {
        height: auto;
        width: 100%;
        font-size: 13px;
    }
    .bg-navbar-top {
        position: absolute;
        left: 15px;
        width: 100%;
        z-index: 10;
        background: url('../img/bg-noline.jpg') left center no-repeat;
        overflow-x: hidden;
    }
    .erec .navbar-transparent .navbar-nav li a:hover {
        color: #ccc;
        background-color: #081423;
    }
    .erec .navbar-default .navbar-toggle {
        border-color: transparent !important;
    }
    .erec .navbar-header {
        background: url('../img/bg-noline.jpg') center center no-repeat;
    }
    .erec .navbar-default .navbar-toggle .icon-bar {
        background-color: #666;
    }
    .erec .navbar-default .navbar-toggle.collapsed .icon-bar {
        background-color: #FFF;
    }
    .erec .navbar-default .navbar-brand {
        width: 83%;
        padding: 0px;
    }
    .erec .navbar-default .navbar-brand img {
        margin: 0 auto;
        height: 32px;
        margin-top: 9px;
        padding-left: 20%;
    }
    .logo-inbanner {
        width: 150px;
        margin: 0 auto;
        margin-top: 20%;
    }
    .ready-teks {
        font-weight: 100;
        text-shadow: 2px 3px 5px rgba(0, 0, 0, .8);
        font-size: 16px;
        color: #fff;
    }
    .home-header .search-panel {
        width: 90%;
    }
    .teks-peta {
        font-size: 20px;
        padding: 40px 0 10px 0;
    }
    .mapdiv {
        height: 300px;
    }
    .erec .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background-color: transparent;
    }

    .bg-daftar-green,
    .bg-login-grey {
        background: transparent;
    }
    ul.nav-utama>li>a>i {
        text-align: right;
        position: absolute;
        right: 30px;
        top: 20px;
    }
    ul.nav-utama-d-l>li>a>i {
        text-align: right;
        position: absolute;
        right: 14px;
        top: 20px;
    }

    .home-header .home {
        position: absolute;
        width: 100%;
        background: url('../img/bg-home-m.jpg') top center no-repeat;
        background-size: cover;
        height: 100vh;
    }
    #jobs,
    .job-detail {
        padding: 20px 0 30px 0;
    }
    .cd-top {
        height: 30px;
        width: 30px;
        right: 10px;
        bottom: 10px;
    }
    .logo-login {
        width: 150px;
        margin: 0 auto;
    }
    .mar-l-12px-m {
        margin-left: 12px;
    }
    ul.nav-utama-d-l>li>button>span {
        text-align: right;
        position: absolute;
        right: 14px;
        top: 26px;
    }
    .erec .navbar-transparent .navbar-nav li button:hover {
        color: #ccc;
        background-color: #081423;
    }
    #candidate,
    .beranda {
        padding: 15px 15px;
    }
    .beranda .profile {
        padding: 0px 30px;
    }
    .beranda .profile .photo,
    #candidate .profile-header .photo {
        width: 50px;
    }
    .dis-tab-row-m {
        display: table-row !important;
    }
    .list-job .item.panel pre {
        white-space: normal !important;
    }
    #tool-2 .radio {
        min-height: 100px;
        float: left;
    }
    .dashboard-right {
        margin-left: 0px;
        width: 100%;
    }
    #dashboard .content {
        /* margin: 10px 0px; */
    }

    .bounce {
        font-size: 10px;

        position: absolute;
        z-index: 2;
        bottom: 0;
        left: 30%;

        width: 120px;
        margin-left: 0;
        padding: 5px 10px;

        -webkit-animation: bounce 2s infinite;
        -moz-animation: bounce 2s infinite;
        -o-animation: bounce 2s infinite;
        animation: bounce 2s infinite;
        text-align: center;

        color: #fff;
        background: #ff2a00;
    }
    .nav-mobile-erec .navbar-header {
        background: #2e333e;
    }
    #dashboard .navbar-default li a {
        padding: 15px 35px;
        color: #fff;
    }
    .dashboard-right {
        width: 100%;
        margin-left: 0px;
        min-height: 100vh;
    }
    .nav-mobile-erec .navbar-brand {
        float: none;
        position: absolute;
        left: 40%;
    }
    .navbar-nav .open .dropdown-menu {
        background-color: #2e333e;
    }
    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        white-space: normal !important;
    }
    #profile .modal-dialog {
        width: 95%;
    }
    #dashboard .lists .nav-tabs-colored a {
        width: 100%;
    }
    .jobs-page .nav-tabs>li {
        float: none;
        display: table-cell;
    }
    .modal-header .close {
        margin-top: 5px;
        margin-right: 10px;
    }
    #dashboard .dashboard-right h4,
    #dashboard .dashboard-right .dropdown {
        line-height: 20px;
    }
    #dashboard .admin-erec .lists.candidate .nav-tabs-colored i {
        margin-right: 0px;
    }

    #dashboard .admin-erec .lists .nav-tabs.nav-tabs-colored  > li {
        margin-bottom: 5px;
        width: 25%;
    }
    #dashboard .admin-erec .lists .nav-tabs-colored .active a {
        /* border: none !important; */
        border-top: 1px !important; 
        border-bottom: 0px !important;
        padding-bottom: 10px !important;
        padding-bottom: 11px !important;
    }
}