/*
ClaimNotification.Info
Author: CMa;
Created: 24.10.13
*/



/* BASICS
-----------------------------------------------------------------------------*/
.clear {clear: both;}
.clearfix:before,
.clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

fieldset,img { border: 0; }
fieldset { margin: 0; padding: 0; }
.left { float: left;}
.right { float: right;}
.hide { display: none;}
.show {display: block;}

a { text-decoration: none; color: #00acef;}
a:hover { text-decoration: underline;}
a img {border: 0;}


/* HEADER
-----------------------------------------------------------------------------*/
body {
	padding: 0;
	margin: 0 auto;
	font-size: 12px;
	font-family: Verdana, sans-serif, Arial, Helvetica, ;
    background-image: url("/assets/img/bg_pattern.png");
}

#wrapper {
    margin: 0 auto;
    margin-top: 25px;
    width: 980px;

    background: #ffffff;
    background: -moz-linear-gradient(left,  #ffffff 0%, #ffffff 80%, #f6f6f6 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(80%,#ffffff), color-stop(100%,#f6f6f6));
    background: -webkit-linear-gradient(left,  #ffffff 0%,#ffffff 80%,#f6f6f6 100%);
    background: -o-linear-gradient(left,  #ffffff 0%,#ffffff 80%,#f6f6f6 100%);
    background: -ms-linear-gradient(left,  #ffffff 0%,#ffffff 80%,#f6f6f6 100%);
    background: linear-gradient(to right,  #ffffff 0%,#ffffff 80%,#f6f6f6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=1 );

    box-shadow: 0px 0px 0px 4px #ddd; 
    -moz-box-shadow: 0px 0px 0px 4px #ddd; 
    -webkit-box-shadow: 0px 0px 0px 4px #ddd; 
    -o-box-shadow: 0px 0px 0px 4px #ddd;
}

header {
    padding: 10px;
    background: url("/assets/img/divider.png") repeat-x 0 bottom;
}

header h1 {
    margin-top: 0;
    margin-bottom: 0;
    color: #00acef;
    font-size: 32px;
    font-family: 'Verdana';
}

header h1 a {
    color: #00acef;

    transition:.5s;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
}

header h1 a:hover {
    color: #1e72a1;
    text-decoration: none;
}

header h1 a:active {
    color: #00acef;
}


/* CONTENT
-----------------------------------------------------------------------------*/

.content {
    padding: 10px 10px 5px;
    font-family: Verdana;
}

p.center {
    position: relative;
    text-align: center;
}

p.center img {
    position: absolute;
    margin-left: -20px;
}

p.block {
    text-align: justify;
}

div.warning {
    padding: 15px 25px 15px 58px;
    background: URL('/assets/img/warning.png') 20px 15px no-repeat #fff;
    margin: 15px 0;
    border-radius: 3px;
}


/* CLAIM INFORMATION */
#claimsnotification ul {
    list-style-type: none;
    padding-right: 40px;

    border-radius: 5px; 
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px; 
    -o-border-radius: 5px; 

}
#claimsnotification ul li:first-child {
    padding-top: 5px;
}

#claimsnotification ul:last-child {
    padding-bottom: 5px;
}

#claimsnotification ul.even {
    background-color: #dde9ee;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px dashed #ccc;
}

#claimsnotification ul.odd {
    background-color: #cef1ff;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px dashed #ccc;
}


/* FEATURED ELEMENTS */
.featured,
.result { 
    position: relative;
    background: #f1f1f1; 
    border: 1px solid #e5e5e5; 
    padding: 10px 10px 10px 18px; 
    margin-bottom: 5px;  
    
    border-radius: 5px; 
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px; 
    -o-border-radius: 5px; 
}

.result {
    font-family: 'Verdana', sans-serif;
    font-size: 15px;  
}

.featured h2 { 
    font-family: 'Verdana', sans-serif;
    font-size: 17px; 
    color:#4a4a4a; 
    font-weight:400; 
    text-align:center;
}

.featured h2 strong { 
    color: #00acef; 
    font-weight: 600; 
}

.featured h2 img {
    position: absolute;
    margin-left: -45px;
    margin-top: -6px;
}

/* LEGAL */
div.legal {
    margin: 0 auto;
    width: 300px;
}


/* FORM LAYOUT
-----------------------------------------------------------------------------*/
form,
div.form {
    text-align:center;
}

form #terms,
div.form #terms {
    margin-top: 20px;
    margin-left: 40px;
    font-style: italic;
}

input[type=text], 
textarea {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid #DDDDDD;
}

input[type=text] {
    width: 350px;
}
 
input[type=text]:focus, 
textarea:focus {
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid rgba(81, 203, 238, 1);
}

input[type=submit] {
    display: block;
    
    margin: 0 auto;
    margin-top: 10px;
    width: 350px; 
    height: 40px; 
    
    color: #fff;
    font-size: 16px; 
    font-weight: 500; 
    font-weight: 500; 
    font-family: 'Verdana', sans-serif;
    text-shadow: rgba(0,0,0,0.5) 0px 1px 1px;

    background: #43b6f0;
    background: -moz-linear-gradient(top,  #43b6f0 0%, #1e72a1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#43b6f0), color-stop(100%,#1e72a1));
    background: -webkit-linear-gradient(top,  #43b6f0 0%,#1e72a1 100%);
    background: -o-linear-gradient(top,  #43b6f0 0%,#1e72a1 100%);
    background: -ms-linear-gradient(top,  #43b6f0 0%,#1e72a1 100%);
    background: linear-gradient(to bottom,  #43b6f0 0%,#1e72a1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#43b6f0', endColorstr='#1e72a1',GradientType=0 );
    
    border: 1px solid #0a7fb5; 
    border-radius: 5px; 
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px; 
    -o-border-radius: 5px; 
}

input[type=submit]:hover {
    background: #1e72a1;
    background: -moz-linear-gradient(top,  #1e72a1 0%, #43b6f0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e72a1), color-stop(100%,#43b6f0));
    background: -webkit-linear-gradient(top,  #1e72a1 0%,#43b6f0 100%);
    background: -o-linear-gradient(top,  #1e72a1 0%,#43b6f0 100%);
    background: -ms-linear-gradient(top,  #1e72a1 0%,#43b6f0 100%);
    background: linear-gradient(to bottom,  #1e72a1 0%,#43b6f0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e72a1', endColorstr='#43b6f0',GradientType=0 );
}


/* BUTTON APPROVE */
input#button_approve[type=submit] {
    display: inline;
    margin-right: 25px;
    border: 1px solid #61c419;
    background: #b4e391;
    background: -moz-linear-gradient(top,  #b4e391 0%, #61c419 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b4e391), color-stop(100%,#61c419));
    background: -webkit-linear-gradient(top,  #b4e391 0%,#61c419 100%);
    background: -o-linear-gradient(top,  #b4e391 0%,#61c419 100%);
    background: -ms-linear-gradient(top,  #b4e391 0%,#61c419 100%);
    background: linear-gradient(to bottom,  #b4e391 0%,#61c419 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4e391', endColorstr='#61c419',GradientType=0 );
}

input#button_approve[type=submit]:hover {
    border: 1px solid #61c419;
    background: #61c419;
    background: -moz-linear-gradient(top,  #61c419 0%, #b4e391 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#61c419), color-stop(100%,#b4e391));
    background: -webkit-linear-gradient(top,  #61c419 0%,#b4e391 100%);
    background: -o-linear-gradient(top,  #61c419 0%,#b4e391 100%);
    background: -ms-linear-gradient(top,  #61c419 0%,#b4e391 100%);
    background: linear-gradient(to bottom,  #61c419 0%,#b4e391 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#61c419', endColorstr='#b4e391',GradientType=0 );
}

input#button_approve[type=submit][disabled="disabled"] {
    border: 1px solid #b8bac6;
    background: #f5f6f6;
    background: -moz-linear-gradient(top,  #f5f6f6 0%, #dbdce2 50%, #b8bac6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f6f6), color-stop(50%,#dbdce2), color-stop(100%,#b8bac6));
    background: -webkit-linear-gradient(top,  #f5f6f6 0%,#dbdce2 50%,#b8bac6 100%);
    background: -o-linear-gradient(top,  #f5f6f6 0%,#dbdce2 50%,#b8bac6 100%);
    background: -ms-linear-gradient(top,  #f5f6f6 0%,#dbdce2 50%,#b8bac6 100%);
    background: linear-gradient(to bottom,  #f5f6f6 0%,#dbdce2 50%,#b8bac6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f6f6', endColorstr='#b8bac6',GradientType=0 );
}

/* BUTTON DENY */
input#button_deny[type=submit] {
    display: inline;
    border: 1px solid #cf0404;
    background: #ff7266;
    background: -moz-linear-gradient(top,  #ff7266 0%, #cf0404 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff7266), color-stop(100%,#cf0404));
    background: -webkit-linear-gradient(top,  #ff7266 0%,#cf0404 100%);
    background: -o-linear-gradient(top,  #ff7266 0%,#cf0404 100%);
    background: -ms-linear-gradient(top,  #ff7266 0%,#cf0404 100%);
    background: linear-gradient(to bottom,  #ff7266 0%,#cf0404 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7266', endColorstr='#cf0404',GradientType=0 );
}

input#button_deny[type=submit]:hover {
    border: 1px solid #cf0404;
    background: #cf0404;
    background: -moz-linear-gradient(top,  #cf0404 0%, #ff7266 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cf0404), color-stop(100%,#ff7266));
    background: -webkit-linear-gradient(top,  #cf0404 0%,#ff7266 100%);
    background: -o-linear-gradient(top,  #cf0404 0%,#ff7266 100%);
    background: -ms-linear-gradient(top,  #cf0404 0%,#ff7266 100%);
    background: linear-gradient(to bottom,  #cf0404 0%,#ff7266 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf0404', endColorstr='#ff7266',GradientType=0 );
}

input#button_deny[type=submit][disabled="disabled"] {
    border: 1px solid #b8bac6;
    background: #f5f6f6;
    background: -moz-linear-gradient(top,  #f5f6f6 0%, #dbdce2 50%, #b8bac6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f6f6), color-stop(50%,#dbdce2), color-stop(100%,#b8bac6));
    background: -webkit-linear-gradient(top,  #f5f6f6 0%,#dbdce2 50%,#b8bac6 100%);
    background: -o-linear-gradient(top,  #f5f6f6 0%,#dbdce2 50%,#b8bac6 100%);
    background: -ms-linear-gradient(top,  #f5f6f6 0%,#dbdce2 50%,#b8bac6 100%);
    background: linear-gradient(to bottom,  #f5f6f6 0%,#dbdce2 50%,#b8bac6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f6f6', endColorstr='#b8bac6',GradientType=0 );
}


/* CUSTOM CHECKBOX */
.accept_terms {
    margin: 0 auto;
    width: 400px;
    text-align: justify;
}
input[type=checkbox] {
    visibility: hidden;
}

.custom_checkbox {
    float: left;
    margin: 25px auto;
    margin-left: -20px;
    position: relative;
}

.custom_checkbox label {
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    border-radius: 4px;

    -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    background: #fcfff4;

    background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
}

.custom_checkbox label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    content: '';
    position: absolute;
    width: 9px;
    height: 5px;
    background: transparent;
    top: 4px;
    left: 4px;
    border: 3px solid #333;
    border-top: none;
    border-right: none;

    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.custom_checkbox label:hover::after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    opacity: 0.5;
}

.custom_checkbox input[type=checkbox]:checked + label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

/* FOOTER
-----------------------------------------------------------------------------*/

footer {
    margin: 0 auto;
    margin-top: 10px;
    font-size: 10px;
    width: 980px;
    color: #999;
    font-family: Verdana;
}

footer a {
    color: #666;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}

.skip-content-link {
    padding: 0.75rem 1.25rem;
    color: #ffffff;
    background: #00acef;
    border:  1px solid #00acef;
    border-radius: 5px;
    display:block;
    left: 50%;
    position: absolute;
    top: 16px;
    z-index: 50;
    --tw-translate-y: -10rem;
    opacity: 0;
    --tw-shadow: 0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(.4,0,.2,1)
}

.skip-content-link,.skip-content-link:focus {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.skip-content-link:focus {
    --tw-translate-y: 16px;
    opacity: 1
}