﻿.unsub {
border:1px solid #cdcdcd;
border-radius:5px;
padding:20px;
text-align:justify
}
.redtext {
    color: red;
}
table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1,
table.dataTable.display tbody tr.odd:hover {
    background-color: #f9f9f9!important;
}
table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1,
table.dataTable.display tbody tr.even:hover {
    background-color: #e4e3e3!important;
}
.commentsTitle {
    background-color: #e7e7e7;
    border-top: 1px dotted #000;
}

.spLinkImg {
    background-image: url("http://www.jegsworks.com/lessons/numbers-2/basics/button-spellcheck-excel2010.gif") !important;
    background-repeat: no-repeat !important;
    width: 49px;
    height: 52px;
    text-indent: -9999px !important;
    float: left !important;
}

.input_c {
    border-style: solid;
    border-width: 1px;
    border-color: #ACABAF;
}

.textcapcha_c {
    width: 100px;
    border: 1px gray solid;
    background-color: #FFFFFF;
    color: Red;
    top: -1px;
    position: relative;
    height: 24px !important;
    text-align: center;
    vertical-align: middle;
    font-size: 20px;
    text-transform: uppercase;
}

span.style1 {
    color: red;
}

.textblck td {
    font-size: 12px;
    font-weight: bold;
}

.hiddenClass, .auto-style2 {
    visibility: hidden !important;
}

.form-label {
    margin-top: 5px;
}

.primary-btn {
    background: #e0e0e0 !important;
    color: #616161 !important;
    border: 1px solid #e0e0e0 !important;
}

    .primary-btn:hover, .primary-btn:not(:disabled):not(.disabled).active, .primary-btn:not(:disabled):not(.disabled):active, .show > .primary-btn.dropdown-toggle {
        background-color: #1c1a1b !important;
        border-color: #1c1a1b !important;
        color: #fff !important;
    }

    .primary-btn.focus, .primary-btn:focus {
        background-color: #1c1a1b;
        border-color: #1c1a1b;
        color: #fff;
        box-shadow: 0 0 0 0.2rem rgba(35, 140, 117,0.5);
    }

.secondary-btn {
    background: #464646;
    color: #fff;
    border-color: #464646;
}

.secondary-btn, .primary-btn {
    border-radius: 8px;
    padding: 5px 15px !important;
    font-size: 12px;
}

table-ib th {
    background: #333;
    color: #fff;
}


.table-ib th, .table-ib tr {
    text-align: center;
}

.dataTables_filter input {
    border: 1px solid #ccc;
}

.custCheck label {
    margin-bottom: 0px !important;
    margin-left: 8px !important;
}



.overlayNewsletter {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(255,255,255,0.8) url("/SiteAssets/Newsletter/Images/loader.gif") center no-repeat;
}

/* Turn off scrollbar when body element has the loading class */
.loading {
    overflow: hidden;
}
    /* Make spinner image visible when body element has the loading class */
.loading.overlayNewsletter {
        /*display: block; */
    }


