button, a.hrefButton{
    -webkit-transition: box-shadow 0.3s ease-in-out, background 0.8s ease-in-out, margin 0s ease-in-out !important;
    -moz-transition: box-shadow 0.3s ease-in-out, background 0.8s ease-in-out, margin 0s ease-in-out !important;
    -o-transition: box-shadow 0.3s ease-in-out, background 0.8s ease-in-out, margin 0s ease-in-out !important;
    transition: box-shadow 0.3s ease-in-out, background 0.8s ease-in-out, margin 0s ease-in-out !important;
    font-weight: 400 !important;
    border-radius: 5px !important;
}

button:not(.mat-icon-button) i,
button:not(.mat-icon-button) .icon,
a.hrefButton:not(.mat-icon-button) i,
a.hrefButton:not(.mat-icon-button) .icon{
    margin-right: 12px;
}

button.iconButton,
a.hrefButton.iconButton{
    padding: 0px;
    min-width: 0px;
    width: 35px;
}

button.iconButton i, button.iconButton .icon,
a.hrefButton.iconButton i, a.hrefButton.iconButton .icon{
    margin-right: 0px;
}

button.iconButton2,
a.hrefButton.iconButton2{
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    position: relative;
    color: #fff;
    padding: 0px;
    min-width: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 40px !important;
    overflow: hidden;
}

button.iconButton2 i,
button.iconButton2 .icon,
a.hrefButton.iconButton2 i,
a.hrefButton.iconButton2 .icon{
    margin: 0px;
}

button.empty,
a.hrefButton.empty{
    height: 35px;
    line-height: normal;
}

button.smallButton,
a.hrefButton.smallButton{
    height: 28px;
    line-height: 28px;
}

button.greenButton,
a.hrefButton.greenButton{
    background: #36beca;
    color: #fff !important;
    box-shadow: 5px 5px 5px rgba(54, 190, 202, 0.4) !important;
}

button.greenButton i,
a.hrefButton.greenButton i{
    color: #fff !important;
}

button.greenButton.empty,
a.hrefButton.greenButton.empty{
    border: 1px solid #36beca !important;
    color: #36beca !important;
    background: #fff !important;
    box-shadow: 5px 5px 5px rgba(54, 190, 202, 0.2) !important;
}

button.greenButton.empty i,
a.hrefButton.greenButton.empty i{
    color: #36beca !important;
}

button.greenButton.empty .mat-ripple-element,
a.hrefButton.greenButton.empty .mat-ripple-element{
    background-color: rgba(54, 190, 202, 0.2);
}

button.grayButton.empty,
a.hrefButton.grayButton.empty{
    border: 1px solid #cccfde !important;
    color: #cccfde !important;
    background: #fff !important;
    box-shadow: 5px 5px 5px rgba(160, 160, 160, 0.2) !important;
}

button.grayButton.empty .mat-ripple-element,
a.hrefButton.grayButton.empty .mat-ripple-element{
    background-color: rgba(160, 160, 160, 0.2);
}

button.darkGrayButton.empty,
a.hrefButton.darkGrayButton.empty{
    border: 1px solid #cccfde !important;
    color: #a3a8bd !important;
    background: #fff !important;
    box-shadow: 5px 5px 5px rgba(144, 149, 171, 0.2) !important;
}

button.darkGrayButton.empty .mat-ripple-element,
a.hrefButton.darkGrayButton.empty .mat-ripple-element{
    background-color: rgba(144, 149, 171, 0.2);
}

button.violetButton,
a.hrefButton.violetButton{
    background: #6556e7;
    color: #fff !important;
    box-shadow: 5px 5px 5px rgba(101, 86, 231, 0.4) !important;
}

button.violetButton i,
a.hrefButton.violetButton i{
    color: #fff !important;
}

button.violetButton.empty,
a.hrefButton.violetButton.empty{
    border: 1px solid #6556e7 !important;
    color: #6556e7 !important;
    background: #fff !important;
    box-shadow: 5px 5px 5px rgba(101, 86, 231, 0.2) !important;
}

button.violetButton.empty i,
a.hrefButton.violetButton.empty i{
    color: #6556e7 !important;
}

button.violetButton.empty .mat-ripple-element,
a.hrefButton.violetButton.empty .mat-ripple-element{
    background-color: rgba(101, 86, 231, 0.2);
}

button.pinkButton,
a.hrefButton.pinkButton{
    background: #e65dd1;
    color: #fff !important;
    box-shadow: 5px 5px 5px rgba(230, 93, 209, 0.4) !important;
}

button.pinkButton i,
a.hrefButton.pinkButton i{
    color: #fff !important;
}

button.pinkButton.empty,
a.hrefButton.pinkButton.empty{
    border: 1px solid #e65dd1 !important;
    color: #e65dd1 !important;
    background: #fff !important;
    box-shadow: 5px 5px 5px rgba(230, 93, 209, 0.2) !important;
}

button.pinkButton.empty i,
a.hrefButton.pinkButton.empty i{
    color: #e65dd1 !important;
}

button.pinkButton.empty .mat-ripple-element,
a.hrefButton.pinkButton.empty .mat-ripple-element{
    background-color: rgba(230, 93, 209, 0.2);
}

button.blueButton,
a.hrefButton.blueButton{
    background: #337ae2;
    color: #fff !important;
    box-shadow: 5px 5px 5px rgba(51, 122, 226, 0.4) !important;
}

button.blueButton i,
a.hrefButton.blueButton i{
    color: #fff !important;
}

button.blueButton.empty,
a.hrefButton.blueButton.empty{
    border: 1px solid #337ae2 !important;
    color: #337ae2 !important;
    background: #fff !important;
    box-shadow: 5px 5px 5px rgba(51, 122, 226, 0.2) !important;
}

button.blueButton.empty .mat-ripple-element,
a.hrefButton.blueButton.empty .mat-ripple-element{
    background-color: rgba(51, 122, 226, 0.2);
}

button.whiteButton,
a.hrefButton.whiteButton{
    background: #fff;
    color: #cccfde !important;
    box-shadow: 5px 5px 5px rgba(255, 255, 255, 0.4) !important;
}

button.whiteButton.greenColor,
a.hrefButton.whiteButton.greenColor{
    color: #36beca !important;
}

button.whiteButton.redColor,
a.hrefButton.whiteButton.redColor{
    color: #ea2727 !important;
}

button.whiteButton.orangeColor,
a.hrefButton.whiteButton.orangeColor{
    color: #ce7b22 !important;
}

button.redButton,
a.hrefButton.redButton{
    background: #ea2727;
    color: #fff !important;
    box-shadow: 5px 5px 5px rgba(234, 39, 39, 0.4) !important;
}

button.redButton i,
a.hrefButton.redButton i{
    color: #fff !important;
}

button.redButton.empty,
a.hrefButton.redButton.empty{
    border: 1px solid #ea2727 !important;
    color: #ea2727 !important;
    background: #fff !important;
    box-shadow: 5px 5px 5px rgba(234, 39, 39, 0.2) !important;
}

button.redButton.empty .mat-ripple-element,
a.hrefButton.redButton.empty .mat-ripple-element{
    background-color: rgba(234, 39, 39, 0.2);
}

button.redButtonIcon,
a.hrefButton.redButtonIcon{
    color: #ea2727 !important;
}

button.redButtonIcon .mat-ripple-element,
a.hrefButton.redButtonIcon .mat-ripple-element{
    background-color: rgba(234, 39, 39, 1);
}

button.disabledButton,
a.hrefButton.disabledButton{
    color: #fff !important;
    box-shadow: none !important;
    background: #cccfde !important;
    cursor: default; 
}

button.disabledButton.empty,
a.hrefButton.disabledButton.empty{
    border: 1px solid #cccfde !important;
    color: #a3a8bd !important;
    box-shadow: none !important;
    background: #fff !important;
}

button.disabledButton .mat-ripple-element,
a.hrefButton.disabledButton .mat-ripple-element{
    background-color: transparent !important;
}

button.siteButton,
a.hrefButton.siteButton{
    background: #fff;
    color: #6556e7 !important;
    box-shadow: 5px 5px 5px rgba(204, 204, 204, 0.4) !important;
    margin-left: 20px;
    width: 153px;
    height: 100px;
}

button.siteButton .mat-button-wrapper > i,
button.siteButton .mat-button-wrapper > .icon,
a.hrefButton.siteButton .mat-button-wrapper > i,
a.hrefButton.siteButton .mat-button-wrapper > .icon{
    font-size: 30px;
    margin: 0px;
    margin-bottom: 10px;
}

button.siteButton .mat-button-wrapper > span,
a.hrefButton.siteButton .mat-button-wrapper > span{
    display: block;
    font-weight: bold;
    white-space: normal;
    line-height: 16px;
}

button.siteButton:not(.disabledButton):hover, button.activeSiteButton,
a.hrefButton.siteButton:not(.disabledButton):hover, a.hrefButton.activeSiteButton{
    background: #6556e7;
    color: #fff !important;
    box-shadow: none !important;
}

button.siteButton.disabledButton,
a.hrefButton.siteButton.disabledButton{
    box-shadow: none !important;
    background: #eaecf4 !important;
    color: #cccfde !important;
    cursor: not-allowed;
}

button.newHostButton,
a.hrefButton.newHostButton{
    background: #fff;
    box-shadow: 5px 5px 5px rgba(204, 204, 204, 0.4) !important;
}

button.newHostButton .mat-button-wrapper > i,
button.newHostButton .mat-button-wrapper > .icon,
a.hrefButton.newHostButton .mat-button-wrapper > i,
a.hrefButton.newHostButton .mat-button-wrapper > .icon{
    font-size: 30px;
    margin: 0px;
    margin-bottom: 10px;
}

button.newHostButton .mat-button-wrapper > span,
a.hrefButton.newHostButton .mat-button-wrapper > span{
    display: block;
}

button.newHostButton:hover,
a.hrefButton.newHostButton:hover{
    box-shadow: none !important;
}

button.newHostButton .mat-ripple-element,
a.hrefButton.newHostButton .mat-ripple-element{
    background-color:rgba(0, 0, 0, 0.06) !important;
}

button:hover, button.empty:hover,
a.hrefButton:hover, a.hrefButton.empty:hover{
    box-shadow: none !important;
}

.facebook i, .google i,
.facebook .icon, .google .icon{
    margin-right: 20px;
}

.facebook{
    background: #3b5998;
    color: #fff !important;
    box-shadow: 5px 5px 5px #9db7ec !important;
}

.google{
    background: #e53935;
    color: #fff !important;
    box-shadow: 5px 5px 5px #f1a2a0 !important;
}

button.dashboardButton,
a.hrefButton.dashboardButton{
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 1;
}

button.mainPageButton,
a.hrefButton.mainPageButton{
    height: 50px;
    width: 215px;
}

button span.shortLabel,
a.hrefButton span.shortLabel{
    display: none;
}

button.noMarginRightGridButton,
a.hrefButton.noMarginRightGridButton{
    margin-right: 0px !important;
}

button.marginTopGridButton,
a.hrefButton.marginTopGridButton{
    margin-top: 10px !important;
}