/*Authlinks*/

.auth-user-links {
    margin-left: -11px;
    font-size: 18px !important;
}

/*buttons hotfix*/
div.field-container .btn + .btn {
    margin-top: 0rem;
}

/*file upload hotfix*/

span.btn.btn-success.fileinput-button {
    position: relative !important;
    overflow: hidden !important;
}

.timeline{
	position: relative;
}

/*Line*/
.timeline>li::before {
    content: '';
    position: absolute;
    width: 1px;
    background-color: #12539361;
    top: 0;
    bottom: 0;
    left: -28px;
}

/*Circle*/
.timeline>li::after {
    text-align: center;
    padding-top: 0px;
    z-index: 10;
    content: counter(item);
    position: absolute;
    width: 30px;
    height: 30px;
    border: 3px solid white;
    background-color: #125393;
    border-radius: 50%;
    top: 0;
    left: -43px;
    color: white;
    font-size: 12px;
}

/*Content*/
.timeline>li {
    counter-increment: item;
    padding: 0px;
    margin-left: 0px;
    min-height: 35px;
    position: relative;
    background-color: white;
    list-style: none;
}
.timeline>li:nth-last-child(1)::before{
	width: 0px;
}

button.btn.dropdown-toggle.btn-secondary {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.DnnModule .btn-secondary:hover, .btn-info:hover {
    background-color: #004b8e !important;
}

.DnnModule .tw-py-20 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}

button.btn.dropdown-toggle.btn-outline-secondary:hover {
    color: white;
}

/*required*/

label.required:after {
    content: "*";
    color: red;
    font-size: 20px;
    font-weight: bold;
}

/*Loading Animation*/

.common-loading-container {
    min-height: 185px  !important;
    position: relative !important;
}

.common-loading-text {
    left: 44.5% !important;
}

.fileinput-button i.fas.fa-plus {
    display: none;
}

.form-root .fileupload-root .fileinput-button {
    background: #004b8e;
}



