<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
	jAlert v.2
	Made with love by Versatility Werks (http://flwebsites.biz)
	MIT Licensed 
*/
#jAlertBack { background: black; background: rgba(0,0,0,.75); width: 100%; height: 100%; position: fixed; top: 0px; left: 0px; z-index: 99998; display: none; }
.jAlertWrap { position: absolute; z-index: 99999; width: 100%; height: 100%; display: none; top: 0px; left: 0px; -moz-user-select: -moz-none; -khtml-user-select: none; -webkit-user-select: none; -o-user-select: none; user-select: none; }

.jAlert{
	background: white; border-radius: 7px; width: 650px; max-width: 100%; margin: 0px auto; margin-top: 100px; margin-bottom: 100px; display: block;-webkit-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.8); -moz-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.8); box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.8);
}
    .jAlert &gt; div { /*position: relative;*/ min-height: 16.42857143px; padding: 15px; border-bottom: 1px solid #e5e5e5; }
.jAlert.sm{ width: 500px; } .jAlert.md{ width: 700px; } .jAlert.lg{ width: 900px; } .jAlert.full{ width: 100%; }
.jAlert.noTitle{ border: 2px solid #555; }
.jTitle { margin-bottom: 0 !important; border-bottom: 1px solid #dddddd; border-collapse: collapse !important; border-radius: 1px; /*width: 100%; border-top-left-radius: 3px; border-top-right-radius: 3px; background: #f3f3f3; border: 3px solid #E2E2E2;*/ }
.jTitle &gt; div{
	color: #555; font-size: 16px; font-weight: normal; padding: 10px 10px 10px 5px;
}
.jContent {
    padding: 10px; -moz-user-select: text; -khtml-user-select: text; -webkit-user-select: text; -o-user-select: text; user-select: text;  border-top: 1px solid #e5e5e5; 

}
.jSuccess .jTitle &gt; div, .jDark .jTitle &gt; div, .jInfo .jTitle &gt; div, .jError .jTitle &gt; div { color: #9E9E9E !important; }

.jInfo .jTitle { font-size: 16px; color: #9E9E9E; }
.jSuccess .jTitle { background: #00C600; background: -moz-linear-gradient(top, #00C600 0%, #1d8d11 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00C600), color-stop(100%,#1d8d11)); background: -webkit-linear-gradient(top, #00C600 0%,#1d8d11 100%); background: -o-linear-gradient(top, #00C600 0%,#1d8d11 100%); background: -ms-linear-gradient(top, #00C600 0%,#1d8d11 100%); background: linear-gradient(to bottom, #00C600 0%,#1d8d11 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00C600', endColorstr='#1d8d11',GradientType=0 ); border: 3px solid #1D8D11; }
.jDark .jTitle { background: #535353; background: -moz-linear-gradient(top, #535353 0%, #000000 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#535353), color-stop(100%,#000000)); background: -webkit-linear-gradient(top, #535353 0%,#000000 100%); background: -o-linear-gradient(top, #535353 0%,#000000 100%); background: -ms-linear-gradient(top, #535353 0%,#000000 100%); background: linear-gradient(to bottom, #535353 0%,#000000 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#535353', endColorstr='#000000',GradientType=0 ); border: 3px solid #000; }

.jError .jTitle { background: #af2222; background: -moz-linear-gradient(top, #af2222 0%, #981717 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#af2222), color-stop(100%,#981717)); background: -webkit-linear-gradient(top, #af2222 0%,#981717 100%); background: -o-linear-gradient(top, #af2222 0%,#981717 100%); background: -ms-linear-gradient(top, #af2222 0%,#981717 100%); background: linear-gradient(to bottom, #af2222 0%,#981717 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#af2222', endColorstr='#981717',GradientType=0 ); border: 3px solid #981717; }

.jError .jTitle &gt; div, .jSuccess .jTitle &gt; div, .jDark .jTitle &gt; div{
	 color: white;
}
.jBtnWrap { text-align: right !important; margin-top: 10px; padding: 15px; border-top: 1px solid #e5e5e5; }
.jBtn, .jBtn:hover, .jBtn:active, .jBtn:visited {  color: white; text-decoration: none !important; padding: 6px 12px; border-radius: 7px; display: inline-block; margin: 0px; margin-bottom: 5px; font-size: 14px; text-shadow: 0px 0px 2px rgb(0, 0, 0) !important; }
                                                
    @media screen and (max-width: 50px) {
        .jBtn { width: 100%; display: block; }
    }

.jBtn { color: white; border-color: #2e6da4; background-color: #337ab7;  border: 1px solid #A09A9A !important; }
    .jBtn:hover { color: white; border-color: #204d74; background-color: #286090;  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d1d1', endColorstr='#939090',GradientType=0 ); }
    .jBtn:active { background: #939090; background: -moz-linear-gradient(top, #939090 0%, #c6c2c2 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#939090), color-stop(100%,#c6c2c2)); background: -webkit-linear-gradient(top, #939090 0%,#c6c2c2 100%); background: -o-linear-gradient(top, #939090 0%,#c6c2c2 100%); background: -ms-linear-gradient(top, #939090 0%,#c6c2c2 100%); background: linear-gradient(to bottom, #939090 0%,#c6c2c2 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#939090', endColorstr='#c6c2c2',GradientType=0 ); }
    .jBtn.blue { background: #0583ce; background: -moz-linear-gradient(top, #0583ce 0%, #1e5799 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0583ce), color-stop(100%,#1e5799)); background: -webkit-linear-gradient(top, #0583ce 0%,#1e5799 100%); background: -o-linear-gradient(top, #0583ce 0%,#1e5799 100%); background: -ms-linear-gradient(top, #0583ce 0%,#1e5799 100%); background: linear-gradient(to bottom, #0583ce 0%,#1e5799 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0583ce', endColorstr='#1e5799',GradientType=0 ); border: 1px solid #153F88 !important; }

    .jBtn.blue:hover { background: #337ab7; background: -moz-linear-gradient(top, #479bcc 0%, #1e5799 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#479bcc), color-stop(100%,#1e5799)); background: -webkit-linear-gradient(top, #479bcc 0%,#1e5799 100%); background: -o-linear-gradient(top, #479bcc 0%,#1e5799 100%); background: -ms-linear-gradient(top, #479bcc 0%,#1e5799 100%); background: linear-gradient(to bottom, #479bcc 0%,#1e5799 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#479bcc', endColorstr='#1e5799',GradientType=0 ); }
    .jBtn.blue:active { background: #337ab7; background: -moz-linear-gradient(top, #1e5799 0%, #0583ce 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(100%,#0583ce)); background: -webkit-linear-gradient(top, #1e5799 0%,#0583ce 100%); background: -o-linear-gradient(top, #1e5799 0%,#0583ce 100%); background: -ms-linear-gradient(top, #1e5799 0%,#0583ce 100%); background: linear-gradient(to bottom, #1e5799 0%,#0583ce 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#0583ce',GradientType=0 ); }
    .jBtn.green { background: #079b00; background: -moz-linear-gradient(top, #079b00 0%, #015e00 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#079b00), color-stop(100%,#015e00)); background: -webkit-linear-gradient(top, #079b00 0%,#015e00 100%); background: -o-linear-gradient(top, #079b00 0%,#015e00 100%); background: -ms-linear-gradient(top, #079b00 0%,#015e00 100%); background: linear-gradient(to bottom, #079b00 0%,#015e00 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#079b00', endColorstr='#015e00',GradientType=0 ); border: 1px solid #015e00 !important; }
    .jBtn.green:hover { background: #337ab7; background: -moz-linear-gradient(top, #28ad00 0%, #015e00 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#28ad00), color-stop(100%,#015e00)); background: -webkit-linear-gradient(top, #28ad00 0%,#015e00 100%); background: -o-linear-gradient(top, #28ad00 0%,#015e00 100%); background: -ms-linear-gradient(top, #28ad00 0%,#015e00 100%); background: linear-gradient(to bottom, #28ad00 0%,#015e00 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#28ad00', endColorstr='#015e00',GradientType=0 ); }
    .jBtn.green:active { background: #337ab7; background: -moz-linear-gradient(top, #015e00 0%, #079b00 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#015e00), color-stop(100%,#079b00)); background: -webkit-linear-gradient(top, #015e00 0%,#079b00 100%); background: -o-linear-gradient(top, #015e00 0%,#079b00 100%); background: -ms-linear-gradient(top, #015e00 0%,#079b00 100%); background: linear-gradient(to bottom, #015e00 0%,#079b00 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#015e00', endColorstr='#079b00',GradientType=0 ); }
    .jBtn.red { background: #af2222; background: -moz-linear-gradient(top, #af2222 0%, #821c14 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#af2222), color-stop(100%,#821c14)); background: -webkit-linear-gradient(top, #af2222 0%,#821c14 100%); background: -o-linear-gradient(top, #af2222 0%,#821c14 100%); background: -ms-linear-gradient(top, #af2222 0%,#821c14 100%); background: linear-gradient(to bottom, #af2222 0%,#821c14 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#af2222', endColorstr='#821c14',GradientType=0 ); border: 1px solid #821c14 !important; }

    .jBtn.red:hover { background: #337ab7; background: -moz-linear-gradient(top, #d6362a 0%, #821c14 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6362a), color-stop(100%,#821c14)); background: -webkit-linear-gradient(top, #d6362a 0%,#821c14 100%); background: -o-linear-gradient(top, #d6362a 0%,#821c14 100%); background: -ms-linear-gradient(top, #d6362a 0%,#821c14 100%); background: linear-gradient(to bottom, #d6362a 0%,#821c14 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6362a', endColorstr='#821c14',GradientType=0 ); }
    .jBtn.red:active { background: #337ab7; background: -moz-linear-gradient(top, #821c14 0%, #af2222 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#821c14), color-stop(100%,#af2222)); background: -webkit-linear-gradient(top, #821c14 0%,#af2222 100%); background: -o-linear-gradient(top, #821c14 0%,#af2222 100%); background: -ms-linear-gradient(top, #821c14 0%,#af2222 100%); background: linear-gradient(to bottom, #821c14 0%,#af2222 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#821c14', endColorstr='#af2222',GradientType=0 ); }
.jClose{
	position: absolute; top: 3px; right: 3px; border-top-right-radius: 1px; border-bottom-left-radius: 5px; background: #F3F3F3; color: #555; padding: 5px 10px 5px 10px; cursor: pointer; font-weight: bold;
}
.jClose:hover{
	background: #d4d4d4;
}</pre></body></html>