.seek_platform{

}
.seek_platform table tr td{
    font-size: 90%;
}

.seek_platform h1{
    font-size: 180%;
    font-weight: 500;
    margin: 5px 0px 0px;
}
.seek_platform hr{
    margin: 10px 0px;
}

.seek_platform p{
    font-size: 110%;
}

.seek_platform .row{
    float: inherit;
}

.panel-primary {
    border: none;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #e7e8e8;
}

th a{
    color:#337ab7;
}

th{
    color:#777884;
}

.kv-panel-after{
    display: none;
}

.panel-footer {
    padding: 10px 0px;
}

.not-set{
    color:#d08f8f;
    font-style: italic;
}

.filters input{
    color:#949494;
}

.smart_search{
    margin: 10px 0;
}

.panel-primary > .panel-heading {
    color: #fff;
    background-color: #2a3f54;
    border-color: #2a3f54;
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

.panel-primary > .panel-heading h3{
    font-size: 110%;
    line-height: 18px;
}

.kv-action-btn{
    color: #e4e4e4;
}

.form-control{
    padding:5px;
}




.seek_detail_title th{
    color:#4b4bfb;
    /*text-align: center;*/
}

.badge-danger{
    background-color: #d85454;
}

.badge{
    padding: 6px 7px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 6px;
}

.badge-success{
    background-color: #40a852;
}

.form-group {
    margin-bottom: 15px
}

.alert-success {
    margin-top: 55px;
    margin-right: 1.25%;
}
.alert-danger {
    margin-top: 55px;
}

.clickable{
    cursor:pointer;
}
.not_clickable{
    cursor: not-allowed;
}


.select2-container--krajee .select2-selection--single {
    height: 34px;
    line-height: 1.428571429;
    padding: 4px 24px 4px 8px;
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: absolute;
}

.select2-container--krajee .select2-selection--single .select2-selection__clear {
    right: 27px;
}