@charset 'UTF-8';

.modal-backdrop.in {
	filter: alpha(opacity=90) !important;
	opacity: .9 !important;
}


.jsfg-loader {
    font-weight: bold;
    position: relative;
    top: 50%;
    text-align: center;
}

    .jsfg-loader .animation-dots {
        color: #797979;
        font-size: 20px;
    }

.jsfg-modal {
    width: auto;
	margin-left:0 !important;
}
.jsfg-modal .modal-header{
    padding-bottom:0 !important;
}
.jsfg-modal .modal-header .close{
	filter: alpha(opacity=100) !important;
	opacity:1 !important;
	color:#fff !important;
}
.jsfg-modal .modal-header .close:hover{
	filter: alpha(opacity=60) !important;
	opacity:.6 !important;
}
.jsfg-modal .modal-header h3{
    text-align:center !important;
	margin:0 auto !important;
	color:#fff !important;
}
.jsfg-modal .modal-footer{
    margin-top:0 !important;
}

    .jsfg-modal .modal-header .modal-image {
        width: 560px
    }

    .jsfg-modal .modal-body {
        max-height: none;
        position: relative;
    }
    
        .jsfg-modal .modal-body .modal-image {
            position: relative;
            margin: 0 auto;
            top: 50%;
            text-align: center;
            cursor: pointer
        }

    .jsfg-modal.fade.in {
        top: 50%;
    }
    
    .jsfg-modal .modal-header:after   {
        display: table;
        line-height: 0;
        content: "";
        clear: both;
    }
    
.hide {
    display: none;
}

    @media (min-width:768px) {
        .jsfg-modal .modal-body .modal-image  {
            min-width: 560px;
        }
    }
