.ui.form input:not([type]),
.ui.form input[type=text],
.ui.form input[type=email],
.ui.form input[type=search],
.ui.form input[type=password],
.ui.form input[type=date],
.ui.form input[type=datetime-local],
.ui.form input[type=tel],
.ui.form input[type=time],
.ui.form input[type=file],
.ui.form input[type=url],
.ui.form input[type=number] {
    padding: .8em;
}

.ui.menu .apply_icon {
    background-color: #0071BB;
    color: #fff;
}

.ui.vertical.menu .item.apply_icon {
    background-color: #0071BB;
}

.ui.menu a.item.apply_icon.active,
.ui.menu a.item.apply_icon:hover {
    background-color: rgba(0, 113, 187, 0.46);
    color: #fff;
}

.ui.borderless.menu {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid rgba(34, 36, 38, .15);
}

.ui.pagination.menu {
    margin: 1rem 0;
}

.ui.menu .item img.logo {
    width: 20em;
}

.ui.card {
    width: 100%;
}

form .input {
    /*margin-top: 1em;*/
    width: 100%;
}

.hidden.menu {
    display: none;
}

.borderless.push-inside.menu .toc.item {
    display: none;
}

.toc i.icon {
    line-height: 24px;
}

.ui.menu .item.disabled {
    pointer-events: none;
}

.ui.floated.header {
    margin-left: 0;
    margin-right: 0;
}

.ui.simple.dropdown.item:last-child {
    padding-right: 0;
}

.footer {
    /*position:fixed; */
    padding: 2em 1em;
    left: 0px;
    bottom: 0px;
    /* height: 30px; */
    width: 100%;
    text-align: center;
    clear: both;
}

.ui.form {
    padding: 1.5em 0;
}

.job_detail_container {
    padding-top: 3em;
}

@media only screen and (min-width: 701px) {
    .ui.menu a.item.header {
        padding-left: 0;
    }
    .masthead .menu a.item:last-child,
    .ui.menu.fixed .item:last-child {
        padding-right: 0;
    }
}

@media only screen and (max-width: 700px) {
    .ui.fixed.menu {
        display: none !important;
    }
    .borderless.push-inside.menu .item,
    .borderless.push-inside.menu .item.right,
    .borderless.push-inside.menu .menu {
        display: none;
    }
    .borderless.push-inside.menu .toc.item,
    .borderless.push-inside.menu .header.item {
        display: block;
    }
    .ui.menu .item img.logo {
        width: 16em;
    }
}

html.ios {
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

html.ios,
html.ios body {
    height: initial !important;
}

.field {
    position: relative;
}

.ui.form .field>label {
    margin: 0;
    font-weight: 400;
    font-size: 1em;
    color: #B2B2B2;
    height: 1.2em;
    position: absolute;
    z-index: 1;
    left: .5rem;
    top: -10px;
    background: #fff;
    padding: 0 .15rem;
    opacity: 1;
    /*font-size: .8rem;*/
    height: .8rem;
}

.ui.form .field.textinput label.up {
    background-color: transparent;
    font-weight: 400;
    font-size: 1em;
    color: #B2B2B2;
    height: 1.2em;
    top: .8em;
    position: absolute;
    z-index: 1;
    left: .5rem;
    padding: 0;
    pointer-events: none;
    transition-property: all;
    transition-duration: .3s
}

.ui.form .field.textinput input.filled ~ label,
.ui.form .field.textinput input:focus ~ label {
    top: -9px;
    background: #fff;
    margin-right: -.7rem;
    padding: 0 0rem;
    opacity: 1;
    height: 1rem;
}

a.ui.orange.label {
    position: relative;
    top: 1.4em;
    left: 170%;
}

.ui.form .field>label.back-label {
    background: transparent;
}

.ui.breadcrumb.form_button_breadcrumb {
    clear: both;
    font-size: 1.2rem;
    text-align: center;
    display: block;
    padding-top: .5em;
}
.resume_preview{
    padding: .5rem;
}

#keywords thead tr th.headerSortUp, #keywords thead tr th.headerSortDown {
  background: #acc8dd;
}

#keywords thead tr th.headerSortUp span:after {
  font-family: Icons;
  font-style: normal;
  font-weight: 400;
  content: "\f0d8";
  padding-left: 5px;
}
#keywords thead tr th.headerSortDown span:after {
  font-family: Icons;
  font-style: normal;
  font-weight: 400;
  content: "\f0d7";
  padding-left: 5px;
}
.form_submit{
    position: relative;
    bottom: 1.8em;
}