/* Dashboard custom styles */

main {
    min-height: 600px;
}


.input-group-search {
    width: 50% !important;
}

.associatesearch {
    cursor: pointer;
}

    .associatesearch:hover {
        color: #084298;
    }

#associateAutoComplete {
    position: relative;
    border-radius: 0;
}

.associate-group {
    position: relative;
}

.associate_loading {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.associateListGroup {
    position: absolute;
}

.form-clear {
    align-items: center;
    display: flex;
    justify-content: center;
    position: absolute;
    right: 0;
    z-index: 10;
}

.btn-google {
    color: #545454;
    background-color: #ffffff;
    box-shadow: 2px 2px 4px 2px #ddd
}

.or-container {
    align-items: center;
    color: #ccc;
    display: flex;
}

.line-separator {
    background-color: #ccc;
    flex-grow: 5;
    height: 1px
}

.or-label {
    flex-grow: 1;
    margin: 0 15px;
    text-align: center
}

.softedge {
    -webkit-box-shadow: 12px 29px 81px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 12px 29px 81px 0px rgba(0,0,0,0.75);
    box-shadow: 12px 29px 81px 0px rgba(0,0,0,0.75);
}