html,
body {
    font-family: 'Roboto', sans-serif;
    background-color: #F2F2F2;
    font-style: normal;
    font-weight: 400;
    color: #86939E;
}
.top-nav{
    background-color: #fff;
    border-bottom: 1px solid #D8D8D8;
    padding: 10px 0px;
}
.top-nav a{
    padding: 0px 15px;
    color: #BDC6CF;
    font-size: 16px;
    font-weight: 500;
}
.top-nav a:hover{
    color: #008FDD;
    text-decoration: none;
}
.top-nav a:last-child{
    padding-right: 0px;
}
.navbar-default{
    background-color: #fff;
    border-color: #fff;
    border-radius: 0px;
}
.navbar-default .navbar-nav > li > a{
    color: #86939E;
    font-size: 18px;
    font-weight: 500;
    padding-top: 29px;
    padding-bottom: 29px;
}
.navbar-default .navbar-nav > li > a:hover{
    color: #008FDD;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
    text-decoration: none;
    color: #008FDD;
    background-color: transparent;
}
.navbar{
    margin-bottom: 0px;
}
.navbar-brand{
    padding-top: 10px;
}
label, strong, .label{
    font-weight: 500;
}
.btn-default{
    color: #63b139;
}

.btn{
    padding: 10px 12px;
    border-radius: 6px;
}
.btn-sm{
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.form-control{
    height: 42px;
    padding: 10px 12px;
    border-radius: 6px;
}
.text-success {
    color: #7dc855;
}
.main-container {
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: 450px;
}
.breadcrumb {
    background-color:#fff;
    border-radius: 6px;
    font-weight: 400;
    padding: 14px 15px;
}
.breadcrumb > li + li::before{
    content: "❯\00a0";
}
.user-tabs a{
    font-size: 18px;
    font-weight: 500;
}
.widget-content {
    background-color: #fff;
    border-radius: 6px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
    margin-bottom: 20px;
}
.widget-header {
    padding: 15px 25px;
    border-bottom: 2px solid #E1E8EE;
}
.widget-title {
    margin: 0;
    line-height: 1.42857143;
    font-size: 18px;
    font-weight: 500;
    color: rgba(94, 105, 119, 0.7);
}
.widget-body{
    padding: 25px;
}
.reg-title{
    margin-top: 0px;
    font-size: 26px;
    font-weight: 500;
}
.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.footer {
    border-top: 1px solid #ddd;
    padding-top: 20px;
    background-color: #43474D;
    color: #86939E;
}
.footer-line {
    border-top: 1px solid #55595E;
    margin-top: 0px;
}
.copyright-row {
    padding-bottom: 20px;
    font-size: 12px;
}
.footer-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: center;
}
.footer-nav li {
    display: inline-block;
    padding: 15px;
}
.footer-nav li a {
    color: #86939E;
}
.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: "\e151";
}

a.desc:after {
    content: "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view td {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}
.serial-col{
    width: 30px;
}
.action-col{
    width: 100px;
    text-align: right;
}
.action-col a{
    margin-left: 5px;
}
.select2-selection--single {
    height: 42px !important;
    padding: 10px 24px 10px 12px !important;
}
.select2-selection--multiple{
    min-height: 42px !important;
}
.select2-container--krajee .select2-selection--single .select2-selection__arrow{
    height: 40px;
}
.select2-container--krajee .select2-selection--multiple .select2-selection__choice{
    padding: 4px 6px;
    background-color:#7DC855;
    border-color:#6EC242;
    color:#FFFFFF;
}
.select2-container--krajee .select2-selection--multiple .select2-selection__choice__remove{
    color: #FFFFFF;
    opacity: 1;
    font-size: 14px;
}
.table>thead>tr>th{
    font-weight: 500;
}
.header-search-container{
    padding-top: 20px;
}

.search-heading{
    font-size: 32px;
    font-weight: 300;
    margin-bottom: 20px;
    margin-top: 20px;
}
.header-search-container h2{
    margin-top: 0px;
}
.header-search-container a{
    padding-top: 25px;
    display: inline-block;
}
.header-search-container form{
    margin-top: 15px;
}
.header-search-container .form-control{
    border-width: 2px;
    border-radius: 6px;
}
.search-input{
    background-color: transparent;
}
.view-all {
    font-size: 14px;
    font-weight: 500;
}
.job-tags{
    padding-bottom: 5px;
}
.job-tag {
    padding: 0px 20px 20px 0px;
    color: rgba(94, 105, 119, 0.7);
    display: inline-block;
}
.job-title-link {
    font-size: 26px;
    font-weight: 500;
    margin: 0px 0px 8px 0px;
}
.job-meta {
    color: #BDC6CF;
    margin-bottom: 24px;
}
.job-meta ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.job-meta li {
    display: inline;
    padding-right: 15px;
}
.job-description {
    font-size: 16px;
    margin-bottom: 24px;
}
.job-skills{
    margin-bottom: 24px;
}
.job-skills .label-default {
    background-color: #BDC6CF;
    color: rgba(255, 255, 255, 0.8);
    border-radius: 40px;
    padding: 5px 16px;
    margin-right: 8px;
}
.job-actions a, #btnApply {
    width: 136px;
    margin-right: 10px;
}
.job-skills a:hover{
    text-decoration: none;
}
.job-skills a:hover .label{
    background-color: #008FDD;
    color: #fff;
}
.go-back {
    color: #5E6977;
}
#applyModal .modal-header{
    font-size: 26px;
    font-weight: bold;
    color: rgba(94, 105, 119, 0.7);
}
.skill-tag {
    border: 1px solid #F5F5F5;
    box-shadow: rgba(0, 0, 0, 0.14) 0 1px 4px 0;
    display: inline-block;
    margin-bottom: 15px;
    margin-right: 10px;
    padding: 6px 30px;
}
.tree-chevron {
    padding-right: 8px;
    cursor: default;
}
.tree-parent{
    font-weight: 500;
}
.select2-selection--multiple .select2-search__field{
    height: 40px !important;
}
.spinner {
    margin: 50px auto;
    width: 70px;
    text-align: center;
}

.spinner > div {
    width: 18px;
    height: 18px;
    background-color: #7dc855;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0) }
40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
} 40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
}
}
.modal {
    text-align: center;
    padding: 0!important;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
#applyModal .modal-body{
    padding: 25px;
}
#applyModal .incomplete-title{
    font-size: 18px;
}
.detail-label{
    width: 150px;
    font-weight: 500;
}
/* Comment */
.comment-list {
    margin: 0;
    padding: 0;
}
.comment-list li {
    padding-top: 10px;
    list-style: none;
    border-bottom: 0px solid #dfdfdf;
    position: relative;
}
.comment-list > li:first-child {
    padding-top: 0px;
}
.comment-author {
    padding: 10px 5px 0;
}
.comment-list li .avatar {
    background: #fff;
    float: left;
    margin: 0 10px 0 0px;
    border-radius: 50%;
    -moz-border-radius: 50%;
}
.comment-list li .fn, .comment-list li .cfn {
    display: inline-block;
    margin: 10px 0 0;
    font-style: normal;
}
.comment-list li .fn{
    font-size: 16px;
    font-weight: 500;
}
.comment-list li .commentmetadata a {
    color: #999;
}
.comment-content {
    padding: 10px 20px 10px;
    margin: 25px 0 0;
    font-size: 15px;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    line-height: 1.5em !important;
}
.comment-list li .reply {

}
.children {
    margin: 0;
    padding: 0;
}
.comment-list li ul li {
    margin-left: 40px;
    margin-top: 10px;
}
.reply{
    padding-top: 10px;
}
@media (max-width: 767px){
    .navbar-brand{
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .navbar-brand img{
        height: 100%;
    }
    .top-nav a{
        padding: 0 10px;
        font-size: 14px;
    }
    .navbar-default .navbar-nav > li > a{
        padding: 10px 15px;
        font-size: 16px;
    }
    .widget-header{
        padding: 10px 15px;
    }
    .widget-body{
        padding: 15px;
    }
    .job-skills .label-default{
        margin-right: 5px;
        margin-bottom: 5px;
    }
}