.skbluebutton
{
    -webkit-appearance: none;
    -moz-appearance: none;
    white-space: nowrap;
    position: relative;
    border: none;
    text-overflow: ellipsis;
    text-align: center;
    font-family: proxima_nova_ltsemibold, Sans-Serif;
    cursor: pointer;
    overflow: hidden;
    text-decoration: none;
    font-size: 1em;
    line-height: 2.5em;
    padding: 0 1.5rem;
    margin: 0 0 .5rem;
    display: inline-block;
    vertical-align: middle;
    background-clip: padding-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 4px;
    background: var(--buttoncolor);
    color: #fff;
    font-weight: 500;
}

.skbluebutton.gen-icon:empty, .buttonhandler .skbluebutton.gen-icon:empty
{
    padding: 0px;
    cursor: pointer;
    font-size: 1.5em;
    width: 1.54em;
    height: 1.69em;
    line-height: 1.2em;
    text-align: center;
}

.skbluebutton.gen-icon:empty:before
{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}

.skbluebutton.skgreybutton
{
    background: #F0F0F0;
    color: #47495A;;
}

.skbluebutton.sktransparentbutton
{
    background: transparent;
    color: #47495A;
}

.skbluebutton.skgreybutton:hover
{
    background: #DDD;
    color: #47495A;;
}

.skbluebutton.sktransparentbutton:hover
{
    background: #F0F0F0;
    color: #47495A;;
}

.skbluebuttonsmall,.skbluebutton.small
{
    padding: 0px 10px;
    font-size: 12px;
    line-height: 20px;
    margin:0px 2px;
}

.skbluebutton.bold
{
    font-weight: 600;
}

.skbluebutton.loading
{
    position: relative;
}


.skbluebutton.loading:after
{
    animation: spin 2s infinite linear;
    display: inline-block;
    content: "\E826";
    font-family: 'skoletube';
    margin-left: 0.5em;
}

.skbluebutton.redhover:hover
{
    color:#b31212;
}

.skroundbutton
{
    padding: 0px 2px;
    border-radius: 10px;
    margin: 0px 3px;
}

.skdarkbluebutton
{
    background-color: #657987;
}

.skbluebuttoncancel
{
    background: #aaa;
}

.skbluebutton:hover
{
    background: #3cb0fd;
    text-decoration: none;
}

.skbluebutton:active
{
    position:relative;
    top:1px;
}

.skbluebutton.gen-icon
{
    padding-left: 2em;
}

.skbluebutton.gen-icon:before
{
    position: absolute;
    top: 50%;
    left: 1.1em;
    transform: translate(-50%,-50%);
}

.skbluebutton.round
{
    border-radius: 16px;
    padding: 4px 15px 4px 15px;
    background: #17B0F5;
    margin: .3em .2em
}

.skbluebutton.round.gen-icon
{
    padding: 4px 15px 4px 32px;
}

.skbluebutton.round:hover
{
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15), 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
}

.skbluebutton.round.skgreybutton
{
    background: #fff;
    color: #191919;
}

.skbluebutton.round.gen-icon:before, .buttonhandler .buttontrigger.skbluebutton.round.gen-icon:before
{
    left: 1.2em;
    font-size: 1.3em;
}

.skbluebutton.skblackbutton
{
    background-color: #666;
    color: #fff;
}

.certificate .skbluebutton.skblackbutton{
    margin: 0.1rem 0 0 0;
}