/* 
    Changed on : 06-05-2019
    Created on : 20-02-2018
    Author     : Daniel Dith
*/

.button-type-a1 { /* Gray v1 */
    border:1px solid #909090;
    background-color: #ffffff;
    display:inline-block;
    vertical-align:middle;
    padding: 0 10px 0 10px;
    margin: 0 5px 0 0;
    border-radius: 5px;
    color: #313854;
    text-decoration: none;
    font-size: 16px;
    height: 28px;
    box-sizing: border-box;
}

.button-type-a1:hover {
    border:1px solid #0071B2;
    cursor: pointer;
}

.button-type-a2 { /* Green v1 */
    border: 1px solid #00a71c;
    display:inline-block;
    vertical-align:middle;
    padding: 0 10px 0 10px;
    margin: 0 5px 0 5px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 16px;
    background-color:#00a71c;
    color:#ffffff;
    font-weight:bold;
    height: 28px;
    box-sizing: border-box;
}

.button-type-a2:hover {
    background-color:#10b72c;
    cursor: pointer;
}

.button-type-a3 { /* Red v1 */
    border:1px solid #b00000;
    display:inline-block;
    vertical-align:middle;
    padding: 0px 10px 0px 10px;
    margin: 0px 5px 0px 5px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 16px;
    background-color:#b00000;
    color:#ffffff;
    font-weight:bold;
    height: 28px;
    box-sizing: border-box;
}

.button-type-a3:hover {
    background-color:#d00000;
    cursor: pointer;
}






.input-type-a1 {
    border:1px solid #909090;
    background-color: #ffffff;
    display:inline-block;
    vertical-align:middle;
    padding: 0px 10px 0px 10px;
    margin: 0px 5px 0px 0px;
    border-radius: 5px;
    color: #313854;
    text-decoration: none;
    font-size: 16px;
    height: 28px;
    box-sizing: border-box;
}

.input-type-a1:hover {
    border:1px solid #0071B2;
    cursor: pointer;
}


.label-type-a1 {
    width: 100%;
    display: inline-block;
    font-weight: bold;
    padding: 0px 10px 0px 0px;
    margin: 10px 0px 0px 0px;
    text-align: left;
    color: #303030;
    font-size: 14px;
}






.table-type-a1 {
    width: 100%;
    box-sizing: border-box;
    border: none;
    border-collapse: collapse;
}

.table-type-a1 th {
    background-color: transparent;
    box-sizing: border-box;
    border: none;
    border-collapse: collapse;
    padding: 4px 2px;
    color: #5f6c72;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
}

.table-type-a1 td {
    box-sizing: border-box;
    border: 1px solid #dfe3eb;
    border-collapse: collapse;
    padding: 4px 8px;
    color: #5f6c72;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
}

.table-type-a1 tr:nth-child(even) {
    background: #f0f0f0;
}

.table-type-a1 tr:nth-child(odd) {
    background: #ffffff;
}

.round-button {
    border-radius: 50px;
    cursor: pointer;
}

