.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 60%;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 5px;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.email-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-gap: 10px;
}

#submit-email {
    height: 80%;
    margin-top: 20px;
}

.tablesorter-default .header,
.tablesorter-default .tablesorter-header {
    background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);
    padding: 4px 20px 4px 4px;
    background-repeat: no-repeat;
    background-position: center right;
}

.tablesorter-default thead .headerSortUp,
.tablesorter-default thead .tablesorter-headerAsc,
.tablesorter-default thead .tablesorter-headerSortUp {
    background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
}

.tablesorter-default thead .headerSortDown,
.tablesorter-default thead .tablesorter-headerDesc,
.tablesorter-default thead .tablesorter-headerSortDown {
    background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
}

.sorter-false {
    background-image: none !important;
}
/*Extra css*/

tr, td {
    padding: 12px 20px;
}
button {
    background: #0268ea;
    border: 0px;
    padding: 7px 15px;
    color: #fff;
    font-size: 15px;
	cursor: pointer;
}
tr:nth-child(2n) {
    background: #f9f9f9;
}
.vc_toggle_title {
    box-shadow: 1px 1px 3px #ddd;
    padding: 10px 20px;
}
.vc_toggle_content {
    background: #f9f9f9;
    margin: 0px;
    padding: 15px;
}
.vc_toggle_icon {
    left: 5px !important;
}
#full-width {
    box-shadow: 1px 1px 7px #ddd;
}
.sent_mail {
    background: #ffe59a !important;
    color: #000 !important;
}
.sent_mail td {
    color: #000 !important;
}
#submit-email {
    border-radius: 0px;
    background: #0268ea;
    border: 0px;
    padding: 7px 15px;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    height: auto;
    width: auto;
    margin-bottom: 10px;
    margin-top: 24px;
}
input[type="text"] {
    box-shadow: 1px 1px 3px #ddd;
    border-radius: 0px;
    border: 1px solid #ddd;
    background: #f1f1f1;
}
.modal {
    background-color: rgba(0, 0, 0, 0.8);
}
table {
    width: 100%;
}