﻿.pagination-one li:last-child a {
    width: 35px;
    height: 35px;
}

#customIndexSearch {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

#customSearchBox {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.field-validation-error {
    color: red !important;
}



.getwebsitebtn {
    background-color: #d20c3b;
    color: #ffffff;
    padding: 0.75rem 2rem;
    font-size: 1rem;
    white-space: nowrap;
    padding: 6px 15px;
    margin-top: 4px;
    margin-right: 10px;
    display: block;
    float: right;
    border-radius: 5px;
}
    .getwebsitebtn:hover {
        color: #ffffff !important;
    }


.layoutOverlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(255,255,255,0.8) url("/assets/loader/loader.gif") center no-repeat;
}

/* Turn off scrollbar when body element has the loading class */
body.layoutLoader {
    overflow: hidden;
}

    /* Make spinner image visible when body element has the loading class */
    body.layoutLoader .layoutOverlay {
        display: block;
        z-index: 9999999 !important;
    }
