
/*
* cusspintool-frontend style
*/



textarea#cusspintool_front_textarea {
    width: 100%;
    height: 200px;
}


.cuspricecal_ajax_loading{
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: url('../img/spinner-2x.gif') center center no-repeat;
display: none;
background-color: #8080801f;
}


button#cusspintool_front_spin_btn:hover {
    background-color: #24A9E1;
    color: #fff !important;
    border: 2px solid transparent;
}

button#cusspintool_front_spin_btn {
    padding: 10px 15px;
    max-width: 100%;
    display: inline-block;
    font-weight: bold;
    font-family: Helvetica;
    font-size: 18px !important;
    font-style: normal;
    text-decoration: none;
    cursor: pointer;
    outline: none;
    line-height: 1.3;
    background: transparent;
    color: #24A9E1 !important;
    border: 2px solid #24A9E1;
    background-position: left top;
}