/* Form Login */
.form-signin-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    height: 80vh;
}

.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
}
.form-signin .checkbox {
    font-weight: 400;
}
.form-signin .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
}
.form-signin .form-control:focus {
    z-index: 2;
}
.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}


/* Form overrides */
input, button, .btn, .form-control {border-radius: 0 !important;}
.btn-lg, .btn-group-lg > .btn {
    padding: 0.6rem 1rem;
    font-size: 1rem;
}



/* Others */
body {background-color: #252525;}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Archivo Black', sans-serif;
    font-weight: normal;
}
hr {border-top-color: #333;}

.table th, .table td {border-top-color: #333;}

.navbar {
    border-bottom: 1px solid #333;
}
.navbar-brand {
    position: relative;
    top: -3px;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    background-color: #252525;
    border-bottom-color: #252525;
    color: #fff;
}

.ui-datepicker th {color: #252525;}


/* Ui Autocomplete */
.ui-autocomplete {
    position: absolute;
    z-index: 1000;
    cursor: default;
    padding: 0;
    margin-top: 2px;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border-radius: 0;
}
.ui-autocomplete > li {
    padding: 3px 20px;
}
.ui-autocomplete > li.ui-state-focus {
    background-color: #DDD;
}
.ui-helper-hidden-accessible {
    display: none;
}


.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #f60061 !important;
    color: white;
}

.select2-results__option.select2-results__option--selectable
{
    color: black;
}

.select2-container--default .select2-search--inline .select2-search__field{
    color: black;
}

/* Select2 override */
.select2-results,
.select2-selection {
    color: #252525;
    border-radius: 0 !important;
    border: 0 !important;
}

.select2-selection textarea {height: 27px !important;}

.select2-container--classic
.select2-selection--multiple {
    border-radius: 0;
    height: 38px;
    padding-bottom: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice
{
    border: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove
{
    border-right: none;
    color: white;
}
.select2-selection__choice__remove:hover {background: #f60061 !important;}


/* Repeater */
.addh-repeater-bl {
    margin: 20px 0;
    padding: 25px 20px;
    background: #1d1d1d;
}
.addh-repeater-bl textarea {height: 100%;}
.addh-repeater-remove {
    display: flex;
    align-items: center;
    justify-content: end;
}
.addh-repeater-remove button {
    border-radius: 50% !important;
    width: 30px !important;
    height: 30px !important;
    padding: 0 !important;
}
@media (max-width: 992px) {
    .addh-repeater-remove {
        justify-content: center;
    }
    .addh-repeater-remove button {margin-top: 20px;}
}
