.shadow {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 5px 0 rgba(0, 0, 0, 0.1);
}

.autoscale {
    width: 100%;
    overflow:hidden; 
    white-space:nowrap; 
    text-overflow: ellipsis;
}

.p2 {
    padding:2px !important;
}

.p5 {
    padding:5px;
}

.p10 {
    padding:10px;
}

.p20 {
    padding:20px;
}

.p30 {
    padding:30px;
}

p#job_description{
    font-size: 14pt !important;
    line-height: 29px;
    word-break:break-word;
}
p {
    font-size: 11.4pt !important;
}


input[type="file"] {
    display: none;
}

.custom-file-upload {
    font-size: 0.9em;
    display: block;
    color: white;
    background-color: #2873ac;
    padding: 15px 30px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid transparent;
    font-family: 'Montserrat',sans-serif;
    text-transform: uppercase;
    text-shadow: none;
    font-weight: normal !important;
    letter-spacing: 1px;
    width: 100%;
    margin-top: 5px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 4px;
}

.custom-file-upload:hover {
    background-color: #2c7cba;
}

.custom-file-upload {
	cursor: pointer; 
}

.bordered-bottom {
    border-bottom: 3px solid !important;
    border-bottom-color: #ffc501 !important;
}

.bordered-top {
    border-top: 3px solid !important;
    border-top-color: #ffc501 !important;
}

.marked {
    background-color:rgba(255, 213, 77, 0.1);
}

.my-group .form-control{
    width:50%;
}

/* DON'T TOUCH! */
.adsbygoogle { overflow: hidden !important; }

#applyForm, #applyForm .in{
    background-color: #fff !important;
}