.full-width {
    width: 100%;
}

.icon {
    height: 15px;
}

.no-padding-left {
    padding-left: 0 !important;
}

.no-padding-right {
    padding-right: 0;
}

.no-padding-top {
    padding-top: 0;
}

.no-padding-bottom {
    padding-bottom: 0;
}


/********************************************
*				Forms				*
********************************************/
.user-profile-newsletter-checkbox {
    margin: 0.5rem 0 0 -1.25rem !important;
}

.user-profile-newsletter-checkbox-label {
    margin-left: 10px !important;
}

.form-control-image {
    border: none !important;
    width: initial !important;
    box-shadow: none;
}


.info-text {
    color: #929292;
}

.form-sub-information {
    font-size: 0.8em;
}

select.form-control  {
    height: 52px !important;
    padding:0 !important;
}



