﻿.sparkling-modal-overlay {
    background: rgba(0,0,0,.68)
}
#modal-frame {width: 100% !important;!i;!;!u;!;height: 620px !important;!i;!;);)%;);border: 0px;}

.voltarmodal {
    background-color: #ffffff;
    font-size: 13px;
    padding: 5px 16px;
    text-transform: uppercase;
    border-radius: 4px;
    float: right;
    margin-right: 100px;
    border: 1px solid;
    font-weight: 700;
    color: #217c32;
    text-decoration: unset;
}

.sparkling-modal-frame {
    background: url(../imagens/loading.gif) no-repeat #fff;
    border: 0 solid #000;
    -webkit-box-shadow: rgba(0,0,0,.2) 0 0 10px;
    -ms-box-shadow: rgba(0,0,0,.2) 0 0 10px;
    box-shadow: rgba(0,0,0,.2) 0 0 10px;
    background-position-x: center;
    background-position-y: center;
    opacity: 1;
    z-index: 1000000;
    position: fixed;
    display: inline-block;
    left: 50%;
    margin-left: -43% !important;!i;!;
    top: 45% !important;!i;!;
    margin-top: -301px !important;!i;!;
    width: 84% !important;!i;!;
    height: 80%;
}

.sparkling-modal-title {
    background: #228936;
    position: relative;
    color: #fff
}

.sparkling-modal-title span {
    font-size: 18px;
    padding: 15px;
    float: left;
    line-height: inherit;
    font-weight: 700;
    color: #fff
}

.sparkling-modal-close {
    cursor: pointer;
    height: 100%;
    width: 75px;
    position: absolute;
    right: 0;
    -webkit-transition: background .2s;
    -moz-transition: background .2s;
    -ms-transition: background .2s;
    -o-transition: background .2s;
    transition: background .2s
}

.sparkling-modal-close:hover {
    background: #09b12a;
}

.sparkling-modal-content {
    padding: 15px 15px 20px;
    background-repeat: no-repeat;
    background-position: center center;
    background: #fff;
}

.i-close-h,.i-close-v {
    position: relative;
    background: #fff;
    top: 50%;
    left: 50%
}

.i-close {
    width: 100%;
    height: 100%;
    position: relative;
    transform: rotate(45deg)
}

.i-close-h {
    height: 1px;
    width: 19px;
    margin-left: -9px
}

.i-close-v {
    height: 19px;
    width: 1px;
    margin-top: -10px
}
