#header {
    display: flex;
    padding: 10px 30px;
    justify-content: space-between;
    background: #1f9fd7;
}

#menu {
    padding: 30px 30px 15px 30px;
    display: flex;
    justify-content: space-between;
    background: #efefef;
}

#content {
    padding: 10px 30px;
}

.centered {
    position: fixed;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.login-form {
    min-width: 300px;
    padding-top: 20px;
}

.error-message {
    color: red;
}

.form-control.is-invalid {
    background-image: none;
}

.btn-link {
    padding: 7px 20px;
    border-radius: 30px;
}

.td-none:active,
.td-none:hover {
    text-decoration: none;
}

.active {
    color: white;
    background-color: rgb(65, 155, 240);
}

.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.flex-end {
    align-self: flex-end;
}

.flex-center {
    align-self: center;
}

.pt-30 {
    padding-top: 30px;
}

.pb-30 {
    padding-bottom: 30px;
}

#filter {
    padding: 20px 0;
}

.btn-search {
    padding: 6px 35px;
}

.btn-add:focus {
    outline: none;
}

.calendar {
    align-self: flex-end;
    padding: unset;
    margin-left: -10px;
    margin-right: 10px;
}

.to {
    align-self: flex-end;
    text-align: -webkit-center;
    padding: inherit;
    font-weight: 500;
    font-size: x-large;
}

input[value="0000-00-00"]::-webkit-datetime-edit {
    color: transparent;
}

.invalid-feedback {
    display: block;
    font-size: 100%;
}

.txt-right {
    text-align: right;
}


/* TABLE */

table {
    border: .1px solid #dee2e6;
}

.table th,
.table td {
    border-top: unset;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: unset;
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: rgba(0, 0, 0, 0.05);
}

table#list-compatible-users {
    border: 1px solid #dee2e6;
}

td {
    vertical-align: middle;
}

.sortable {
    cursor: pointer;
}

.table-striped.table thead tr {
    background-color: #c2ecff;
}

.table thead th {
    border-bottom: unset;
    vertical-align: middle;
    color: #707679;
    font-weight: unset;
}

.table td {
    padding: 0.3rem;
    vertical-align: middle;
    color: #707679;
}

th,
.col-id,
.col-start-contract,
.col-end-contract,
.col-num-of-clicks,
.col-setting-users,
.col-actions,
td.select {
    text-align: center;
    justify-content: center;
}

.col-name {
    max-width: 250px;
    overflow: hidden;
}

.col-action-link {
    max-width: 250px;
    overflow: hidden;
}

.col-num-of-clicks,
.col-setting-users {
    min-width: 100px;
}

.col-logo,
.col-banner,
.col-actions {
    min-width: 110px;
}


/* Pagination */

ul.pagination {
    margin-bottom: 5px;
}

.page-item {
    background-color: unset;
    padding: 0 5px;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link,
.page-link {
    border-radius: 5px;
}

.pagination-footer {
    text-align: end;
    padding: 0 5px;
}


/* MODAL */

.modal-body {
    margin: 0 1.5rem;
    padding: 30px;
    background-color: #f3f3f3;
}

#settingCompatibleModal .modal-body {
    background-color: unset;
    max-height: 500px;
    overflow-y: overlay;
}

.modal-header {
    border-bottom: none;
}

.modal-header .close {
    margin: -1rem -.5rem;
    font-family: auto;
    font-weight: 100;
}

#bannerImageModal .modal-footer,
#logoImageModal .modal-footer {
    padding-bottom: 40px;
}

.modal-footer {
    border-top: none;
    justify-content: center;
}

.modal-backdrop {
    width: 100%;
    height: 100%;
}

.custom-file-label {
    text-align: center;
}

.custom-file-label::after {
    display: none;
}

body {
    background-color: unset;
}

.background {
    height: 100%;
    width: 100%;
    background-color: #f8fafc;
}

.option {
    background-color: white;
    padding: 0 5px;
}


/* SORTING */

.sorting {
    position: relative;
    margin-right: 13px;
}

.sort-asc,
.sort-desc {
    font-size: .8rem;
    position: absolute;
    color: #707679;
}

.sort-desc {
    bottom: 0;
}

.sorted {
    color: #111;
}

.ta-end {
    text-align: end;
}


/* CUSTOM */

.btn:focus {
    box-shadow: none;
}

.btn-setting-compatible,
.btn-edit,
.btn-delete {
    height: 30px;
    padding: 0 15px;
}

.btn-setting-compatible {
    color: white;
    background-color: #6a9d3a;
    border-color: #6a9d3a;
}

.btn-setting-compatible:hover {
    color: #6a9d3a;
    background-color: white;
}

.page-item .page-link:hover {
    color: #3490dc;
    background-color: white !important;
}

.btn-success,
.btn-success:hover,
.btn-success:focus,
.btn-success:active {
    background-color: #6a9d3a;
    border-color: #6a9d3a;
}

.btn-danger,
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
    background-color: #e75252;
    border-color: #e75252;
}

.cursor-pointer {
    cursor: pointer;
}

.min-width-100 {
    min-width: 100px;
}

.min-width-120 {
    min-width: 120px;
}

.min-width-135 {
    min-width: 135px;
}

.min-width-150 {
    min-width: 150px;
}

.min-width-200 {
    min-width: 200px;
}

.min-width-300 {
    min-width: 300px;
}

.min-width-1000 {
    min-width: 1000px;
}

.min-width-1200 {
    min-width: 1200px;
}

.min-width-1250 {
    min-width: 1250px;
}

.modal-content {
    border: 0 !important;
}

.log-icon-plus {
    mask-image: url('../images/icon-plus.svg');
    -webkit-mask-image: url('../images/icon-plus.svg');
    background-color: #1f9fd7;
    width: 1em;
    line-height: 1em;
}

.log-icon-calendar-small {
    margin-left: 7px;
    background-image: url("../images/calendar-small.svg");
    -webkit-background-image: url("../images/calendar-small.svg");
    width: 4.3333333em;
    line-height: 1.5em;
}

.log-icon-arrow-next-border {
    background-image: url("../images/arrow-next-border.svg");
    -webkit-background-image: url("../images/arrow-next-border.svg");
}

.log-icon-tilde {
    background-image: url("../images/tilde.svg");
    -webkit-background-image: url("../images/tilde.svg");
}

.log-icon-arrow-previous-border {
    background-image: url("../images/arrow-previous-border.svg");
    -webkit-background-image: url("../images/arrow-previous-border.svg");
}

.log-icon-arrow-next-border {
    background-image: url("../images/arrow-next-border.svg");
    -webkit-background-image: url("../images/arrow-next-border.svg");
}

.log-icon-logout {
    background-image: url("../images/logout.svg");
    -webkit-background-image: url("../images/logout.svg");
    color: white;
}

.log-icon-loading {
    background-image: url("../images/loading.svg");
}

input {
    box-shadow: 0 0 0 0 !important;
}

.file-selected {
    align-self: center;
    padding: unset;
}

input.input-checkbox {
    width: 0px;
    border: 0 solid;
}
