﻿.group h1 {
    font-size: 1.75em !important;
}

.div1 {
    font-size: 0.8em !important;
}

a:link {
    color: rgb(51, 37, 16);
}

.groupLinks {
    color: rgb(51, 37, 16) !important;
    font-size: 0.8em !important;
}

.btn.linkaccess:active {
    background-color: #9e9e9e;
    box-shadow: 0 5px #666;
    transform: scale(0.9, 0.9);
}

.groupMatchCheck {
    background-color: #e9ecef;
}

    .groupMatchCheck i {
        color: green;
    }

#sendMailToAll i {
    color: deepskyblue;
}

#sendMailToAll:hover i {
    color: #e9ecef;
}


.btnExcel i {
    color: green;
}

.btnExcel:hover i {
    color: #e9ecef;
}

input.sendMailToAllCheckbox {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    padding: 10px;
    transform: scale(1.2);
    visibility: hidden;
}

#SelectAllSendMailToAllCheckbox {
    -ms-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    -o-transform: scale(1.4);
    padding: 10px;
    transform: scale(1.4);
}

div.SelectAllSendMailToAllCheckbox {
    display: none;
}
