/*
 *  Copyright (C) SCHUNK GmbH & Co. KG - All Rights Reserved
 *  Unauthorized copying of this file, via any medium is strictly prohibited
 *  Proprietary and confidential
 *  Written by Thomas Rutschke thomas.rutschke@rutschkeconsulting.com, November 2022
 */
/* 
    Created on : 28.08.2024, 17:26:54
    Author     : ThomasRutschke
*/

.schunk-btn-link {
    /*background: transparent url(../images/load.svg) no-repeat right 19px center;
    background-size: 12px 12px;*/
    color: #009ee0;
    border: none;
    background-color:transparent;
    cursor: pointer;
    font-family: Calibri,"Helvetica neue",Tahoma,Arial,sans-serif;
    text-align: center;
    text-decoration: none;
}

input {
    display: none;
}

.schunk-btn-link-M {
    font-weight: bold;
    height: 32px;
    line-height: 12px;
    /*padding-right: 40px;*/
    font-size: 1rem;
}

.schunk-btn-link-M > img {
    padding-left: 0.5rem;
    height: 1rem;
    width: 1rem;    
}

.schunk-btn-link-S {
    font-weight: 400;
    height: 26px;
    line-height: 8px;
    margin: 1px;
    padding: 1px 25px;
    font-size: 0.8rem;
}

.schunk-btn-link-S > img {
    padding-left: .4rem;
    height: .8rem;
    width: .8rem; 
}

.schunk-btn-link-BG {}

.schunk-btn-link:active {
}

.schunk-btn-link:disabled {
}

.schunk-btn-link:hover {
    text-decoration: underline;   
}

.disable {
    pointer-events: none;
}

