.job-info, .h3-title {
    font-size: 14px !important;
    margin-bottom: 5px !important;
}

.job-info-2 {
    font-size: 14px !important;
    color: #999 !important;
    font-style: italic !important;
    margin-bottom: 5px !important;
}

.h3-title {
    margin-top: 15px !important;
}

.job-info-3 {
    font-size: 13px !important;
}

.form-control {
    height: 23px;
    padding: 0px 8px;
}

/
/
for awkward css
.tab_inactive {
    width: 13%;
}

.chosen-container chosen-container-multi {
    border-radius: 4px;
    height: 23px;
}

.job-separator {
    margin-top: 10px;
    margin-bottom: 10px;
}

.hr_line {
    margin-bottom: 0;
}

.page_content_jobs {
    border: 1px solid #ddd;
    background-color: white;
    padding: 15px;
    border-radius: 4px;
/ / padding-top: 15 px;
/ / padding-right: 15 px;

}

.search_jobs {
    padding-left: 5px !important;
    padding-right: 0px !important;
    font-weight: normal !important;
}

.no-bold {
    font-weight: normal !important;
}

.button_search_job {
    height: 23px !important;
    line-height: 0.5;
    border-radius: 4px;
}

h3 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

.buttoane_job {

}

.buttoane_job:active {
    color: #FF540B;

}

.buttoane_job:hover {
    color: #FF540B;
}

.login_form {
    border: 1px solid #ddd;
    background-color: white;
    padding: 15px;
    border-radius: 4px;

}

.login_form a {
    margin-top: 10px;
    display: block;
}

.title_detail_job {
    font-size: 20px;
}

.save_but {
    margin-top: 10px;
}

.error-text {
    color: #a94442;
    font-size: 10px;
}

.logged_in {
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 4px;
    text-align: right !important;
}

.user_loggedIn {
    font-size: 12px;
}

.inner-addon {
    position: relative;
}

/* style icon */
.inner-addon .fa {
    position: absolute;
    padding: 10px;
    pointer-events: none;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 1px 0 0 rgba(255, 255, 255, 0.7);
}

/* align icon */
.left-addon .fa {
    left: 0px;
}

.right-addon .fa {
    right: 0px;
}

/* add padding  */
.left-addon input {
    padding-left: 30px;
}

.right-addon input {
    padding-right: 30px;
}

.sterge_favorit {
    color: #FF540B;
}

.mb-5 {
    margin-bottom: 10px;
}

.align_but {
    text-align: right;
    /* border-right: 5px solid #eee; */
    border-left: 0;
}

.chosen-container-single .chosen-single {
    background: none !important;
    border-radius: 4px;
}

.stea {
    color: red !important;
    font-weight: bold !important;

}

#loading_gif {
    position: fixed;
    top: 0px;
    display: none;
    z-index: 9999;
    text-align: center;
    width: 100%;
    height: 100%;
    padding-top: 300px;
    background-color: rgba(238, 238, 238, 0.4);
}

#loading_gif_mesaj {
    width: 300px;
    margin: 0 auto;
    margin-top: 20px;
    opacity: 1;
}

.has-error, .has-error .chosen-container, .has-error.chosen-single {
    border-color: #a94442 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-error:focus, .has-error .chosen-container:focus, .has-error.chosen-single:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}

.inner-addon .fa {
    padding: 5px !important;
}

h1 {
    margin-bottom: 7px;
}

h2, h3 {
    margin-bottom: 5px !important;
}

.social_buttons_job {
    padding-top: 15px;
}

.bottom-navbar {
    margin-bottom: 0px !important;
}

.apply_button {

}

.applyJobForm {
    padding-left: 0px !important;
}

.content-job {
    padding-left: 15px;
}

.content-job p {
    text-align: left;
}

.h3-list-job-title {
    font-size: 16px;
    font-weight: bold;
}

.navbar-profil {
    margin-bottom: 0px !important;
}

.experienta_profesionala_block, .studiu_row, .abilitate_row {
    position: relative;
}

#sumar_experienta {
    padding: 0px 15px;
}

.cv_ul li a {
    text-align: center;
}

.cv_ul li a i {
    font-size: 20px !important;
}

.applyJobFormPrieten {
    margin: 0px 5px !important;
    padding: 0px !important;
}

.campuri_obligatorii {
    margin-bottom: 0px;
    font-size: 12px;
    margin-left: 0px;
}

.campuri_obligatorii_profil {
    margin-bottom: 0px;
    font-size: 12px;
    margin-left: 0px;
    margin-top: 10px;
}

#aplica_fara_cont {
    overflow-y: auto !important;
    overflow-x: hidden !important;
}

/* The container */
.container_radio {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 5px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    float: left;
    font-weight: normal;
}

/* Hide the browser's default radio button */
.container_radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container_radio:hover input ~ .checkmark {
    background-color: #ccc;
}

.container_radio input.has-error ~ .checkmark {
    border: 1px solid #a94442;
    background-color: #fff;
}

/* When the radio button is checked, add a blue background */
.container_radio input:checked ~ .checkmark {
    background-color: #2196F3;
    border: 0px;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    /*display: none;*/
}

/* Show the indicator (dot/circle) when checked */
.container_radio input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.checkmark:after {
    top: 6px;
    left: 6px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: white;
}

.container_radio .error-text {
    display: none !important;
}

.content-job ol {
    margin-top: 0 !important    ;
    margin-bottom: 10px !important;
    padding: 0 0 0 40px !important;
}
.content-job ul {
    margin-top: 0 !important    ;
    margin-bottom: 10px !important;
    list-style-type: disc !important;
    padding: 0 0 0 40px !important;
}

.icon_pdf, .icon_docx, .icon_txt, .icon_doc, .icon_html, .icon_jpg, .icon_png, .icon_xls, .icon_xlsx, .icon_tiff, .icon_tif {
    background-image: url('../../images/icon-file-format.jpg');
    background-color: transparent;
    background-repeat: no-repeat;
    float: left;
    background-size: 300px 225px;
    width: 28px;
    height: 26px;
}

.icon_pdf{
    background-position: -208px -113px;
}

.icon_docx{
    background-position: -7px -59px;
}

.icon_txt{
    background-position: -7px -167px;
}

.icon_doc, .icon_odt, .icon_ods {
    background-position: -237px -32px;
}

.icon_html{
    background-position: -237px -59px;
}

.icon_jpg, .icon_jpeg{
    background-position: -150px -86px;
}

.icon_png{
    background-position: -237px -113px;
}

.icon_xls{
    background-position: -208px -167px;
}

.icon_xlsx{
    background-position: -237px -167px;
}

.icon_tiff, .icon_tif{
    background-position: -208px -140px;
}

.icon_no_extension{
    background-image: url('../../images/icon-error.png');
    background-color: transparent;
    background-repeat: no-repeat;
    display: inline-block;
    background-size: 28px 26px;
    width: 28px;
    height: 26px;
}

@media only screen and (max-width: 740px) {

    #contentWrapper {
        display: flex; flex-direction: column;
    }
  
    .sinc_sidebar {
        order: 2;

    }
    .sinc_main {
        order: 1;
        margin-bottom: 1rem;
    }
}

.btn_job_search {
    margin-top: 35px;
    margin-left:15px;
}

@media screen and (max-width: 740px) {
    .btn_job_search {
        margin-top: 5px;
        margin-left:0px;
    }
}