@CHARSET "UTF-8";

.login-error-message {
    color: red;
    font-weight: bold;
    margin-bottom: 10px;
}

.btn-line {
    color: #fff;
    background-color: #74BB2B;
    border-color: rgba(0,0,0,0.2);
}
.btn-line:hover {
    color: #fff;
    background-color: #679636;
    border-color: rgba(0,0,0,0.2);
}
.btn-social img {
    height:  100%;
    width:  auto;
}

.btn {
    font-weight:bold;
}
.btn.btn-primary.registration {
    width: 150px;
    margin: auto;
    display: block;
}

.form-sub-title {
    padding: 6px 10px 6px 15px;
    font-weight: bold;
}

.form-post-code {
    text-align: center;
    width: 1em;
    padding-left: 0!important;
    padding-right: 0!important;
}
.form-experience {
    width: 4em;
}
.experience-title {
    width: 8em;
}

.row {
    margin-bottom: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #62aad4;
    border: 1px solid #3c8dbc;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #0071b3;
}

.error-message {
    color: red;
    font-weight: bold;
}

.btn-add-description {
    text-align: center;
}

.checkbox.icheck {
    margin: 0;
}

.login-box-body .form-control-feedback {
    top: 20px!important;
}
.form-control-feedback.harf {
    right: 15px;
}

.login-box.complete {
    width: 60%;
}
.login-box.complete .login-box-msg {
    font-size: 110%;
    color: #000;
}

.login-logo small {
    font-size: 60%;
}

.alert h4 {
    margin-bottom: 0;
}

.table-striped>tbody>tr.no-read, .table-bordered>tbody>tr.no-read {
    background-color: #ffcccc;
}

tr.in-review {
    background-color: #ffe8b2!important;
}

#modal-ads .modal-dialog {
    width: 660px;
}