div:focus{outline: none;}
.left-sidebar .content .primary select {
  margin: 0px 0 !important;
}
a.delete_row {
    width: 25px;
    height: 25px;
    background: #5E2E94;
    display: block;
    line-height: 23px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    position: absolute;
    left: -5px;
    top: 7px;
	z-index: 1;
}
a.delete_row:hover{text-decoration:none;}
.form-group {
    position: relative;
}

/* css added for job apply page error message */
.parsley-errors-list .parsley-required {
    color: red;
    list-style: none;
}

.apply-success {
    color: green;
    font-size: 17pt;
    font-weight: bold;
    margin: 70px 0px;
}
.already-applied {
    color: green;
    font-size: 17pt;
    border-radius: 1px solid yellow;
    background-color: white;
}
form .mandatory {
    color: red;
}

/* To avoid push down in menu when added more items (compliance) menu */
.navbar-right{margin-right:-50px!important}
