/* Basic classes */
.adapt_error {
    color: red;
}

.adapt_empty {
    color: #ddd;
}

/* Tables */
.view.view_table td.even_col {
    background-color: #f0f0f0;
}

.view.view_table td.even_row.even_col {
    background-color: #dedede;
}

.view.view_table th {
    text-align: left;
}

.view.view_table .number {
    text-align: right;
}

.view.view_table tfoot td {
    font-weight: bold;
}

.view.view_table .print_link {
    color: black;
}

.view.view_table .print_link:hover {
    color: white;
}


/* Navigation */
.view.view_nav ul {
    list-style: none;
}

.view.view_nav ul li {
    display: inline;
    margin-left: 15px;
}

/* Vacation print preview */
.pagePrintVacancyWrapper {
    padding: 15px;
    background: #fff !important;
    color: #000 !important
}

.pagePrintVacancyWrapper h1 {
    margin-top: 0px;
}

.multi_branch form {
    display: inline-block;
    vertical-align: middle;
}

@media (max-width: 991px) {
    .multi_branch form {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .multi_branch {
        line-height: 60px;
        float: right;
    }
}

.view.side_bar .loginFormLinksSS {
    margin-bottom: 10px;
}

.uploadProgressBar {
    width: 1px;
    height: 30px !important;
    line-height: 30px !important;
    background: #4286f4;
    text-align: center;
    transition-duration: 0.5s;
    transition-timing-function: ease;
}

/* Shared Button */
.btn.btn-block.btn-danger {
    width: 100%;
    -webkit-box-shadow: none;
    font-size: 16px;
    text-align: center;
    line-height: 26px;
    outline: none;
    border-radius: 0;
    -webkit-transition: all .36s ease-in-out;
    -moz-transition: all .36s ease-in-out;
    -o-transition: all .36s ease-in-out;
    transition: all .26s ease-in-out;
    background: none;
    background-color: #E63228;
    margin: 0px auto 0 auto;
    background-image: linear-gradient(to bottom, #E63228 0, #d23027 100%);
}

.btn.btn-block.btn-danger:hover {
    background: #FFF;
    color: #E63228;
    text-decoration: none;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btnApplyFiltersWrap {
    width: 100%;
    padding: 20px 10px 10px;
}

#btnApplyFilters {
    margin: 0 !important;
    padding: 5px;
    text-transform: UPPERCASE;
    font-weight: bold;
    border-radius: 5px;
}

.btnApplyFilters:hover {
    background: #000 !important;
    color: #FFF !important;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    text-transform: capitalize !important;
}

.view-overflow-auto {
    overflow: auto !important;
}

/* This was removed from bootstrap in a minor release but is depended on in ATS. */
/* We should ensure we used the "disabled" attribute instead in future. */
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    pointer-events: none;
}