.ringa textarea {
    height: 70px;
}

.sms textarea {
    height: 500px;
}

.tablesorter-green td, .tablesorter-green th {
    color: black;
}

.tablesorter-green a {
    color: black;
    font-weight: normal;
}

a {
    color: #ffffff;
    font-weight: bold;
}

    a.button {
        font-weight: normal;
    }

    a:hover {
        color: #40af69
    }


input[type=checkbox] {
    position: absolute;
    cursor: pointer;
    width: 0px;
    height: 0px;
}

.checkbox {
    margin-bottom: 5px;
}

    .checkbox span {
        display: block;
        margin-left: 35px;
    }

        .checkbox span span {
            display: inline;
            margin-left: 0;
        }


input[type=checkbox]:checked:before {
    content: "";
    display: block;
    position: absolute;
    width: 22px;
    height: 22px;
    border: 2px solid #40af69;
    background-color: #114838;
    transition: all 0.2s linear;
}

input[type=checkbox]:before {
    content: "";
    display: block;
    position: absolute;
    width: 22px;
    height: 22px;
    border: 2px solid #40af69;
    border-radius: 3px;
    background-color: #114838;
}


input[type=checkbox]:after {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    border: solid #40af69;
    border-width: 0 0px 0px 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    position: absolute;
    top: 0px;
    left: 20px;
    transition: all 0.2s linear;
}

input[type=checkbox]:checked:after {
    content: "";
    display: block;
    width: 10px;
    height: 14px;
    border: solid #40af69;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 2px;
    left: 6px;
}
