﻿@font-face {
    font-family: univers;
    src: url(../fonts/UniversLTStd-Bold.eot);
	font-weight:bold;

}

@font-face {
    font-family: univers;
    src: url(../fonts/UniversLTStd-Bold.woff);
	font-weight:bold;

}

@font-face {
    font-family: univers;
    src: url(../fonts/UniversLTStd-Bold.ttf);
	font-weight:bold;

}

@font-face {
    font-family: univers;
    src: url(../fonts/UniversLTStd-Light.eot);
	font-weight:300;

}

@font-face {
    font-family: univers;
    src: url(../fonts/UniversLTStd-Light.woff);
	font-weight:300;

}

@font-face {
    font-family: univers;
    src: url(../fonts/UniversLTStd-Light.ttf);
	font-weight:300;

}

@font-face {
    font-family: univers;
    src: url(../fonts/UniversLTStd.eot);
	font-weight:400;

}

@font-face {
    font-family: univers;
    src: url(../fonts/UniversLTStd.woff);
	font-weight:400;

}

@font-face {
    font-family: univers;
    src: url(../fonts/UniversLTStd.ttf);
	font-weight:400;

}

html *{
	font-family: univers;
}

/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background: #b6b7bc;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 960px;
    background-color: #fff;
    margin: 20px auto 0px auto;
}

.header
{
    width: 100%;
}


.header .jh-logo img {
    text-align: right;
}

.header .jh-title {
    text-align: center;
    background-color: #574424;
    text-transform: uppercase;
    padding: 10px;
    color: #fff;
    font-weight: bold;
}

.mandatory:after {
    content: " *";
    color: red;
}

.form-group {
    margin-bottom: 10px !important;
}

.pl-0 {
    padding-left: 0px !important;
}

.pl-5 {
    padding-left: 5px !important;
}

.pl-10 {
    padding-left: 10px !important;
}

.pr-0 {
    padding-right: 0px !important;
}

.pr-5 {
    padding-right: 5px !important;
}

.pr-10 {
    padding-right: 10px !important;
}

.mt-0 {
    margin-top: 0px !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.control-label {
    text-align: left !important;
}

#MainContent_uscTravelAndLossDetail1_chkClaimTypes label {
    display:inline-block;
    max-width: unset;
    width: 85%;
    padding-left: 5px;
    padding-right: 10px;
    font-weight:normal;
}

#MainContent_uscTravelAndLossDetail1_chkClaimTypes input[type=checkbox] {
    vertical-align: top;
    width: 20px !important;
    height: 20px !important;
    margin: 0px !important;
}

#MainContent_uscTravelAndLossDetail1_chkClaimTypes tr td {
    width: 25% !important;
    vertical-align: top;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

.header 
{    
    min-height: 70px;
}

.header .container 
{
    margin: auto;
    padding: 10px;
}


.header h2 {
    margin: 0px;
}

.container 
{
    width: 100% !important;
}

.info .section-1 
{
    background-color: #000;
    color: #fff;
    font-variant:small-caps;
    height: auto;
    padding: 8px;
}

.box 
{
    padding: 10px 5px;
}

.dtl-hdr {
    color : #574424;
    font-variant:small-caps;
    font-weight: bold;
    font-size:large;
}

.dtl-hdr span
{
    display: inline-block;
    margin: 8px 0px;
    text-transform: none !important;
    
}

.dtl-hdr span.info {
    font-weight:normal;
    font-variant: none;
}

.jh-title-box {
    background-color: #ebebeb;
    padding: 0px 12px;
    margin-bottom: 5px;
}

.jh-title-box input[type=checkbox] {
    margin:0px;
    vertical-align:middle;
}

.red {
    color: red;
}

.button 
{
    background-color: #574424;
    text-align: center;
    min-height: 50px;
    padding: 10px;
    margin: auto 0px;
}

.footer 
{
    text-align: right;
}

input[type=radio] 
{    
    margin: 5px 5px 0px 10px !important;
}

.dtl-hdr input[type=checkbox] 
{
    width: 25px;
    height: 25px;
}

.alert-danger span:not(:empty) {
    padding: 5px 10px;
    display:block;
    font-weight: bold;
    font-size: 18px;
}   

.checkbox-inline {
    padding-left: 30px !important;
}

.checkbox-inline #MainContent_chkAgreed {
    margin-left: -30px;
}

#MainContent_uscArticleClaim1_chkReason label,
#MainContent_uscCancellation1_chkCausedByMedical label,
#MainContent_uscHomeGuard1_chkSoleOwner label,
#MainContent_uscOtherInsurer1_chkOnBehaldOfOtherInsurer label,
#MainContent_uscPublicLiability1_chkClaim label,
#MainContent_uscPublicLiability1_chkPoliceReport label {
    margin-left: 5px !important;
    font-size: 15px;
    font-weight: 300;
}

#MainContent_uscCancellation1_chkCausedByMedical td:nth-child(2),
#MainContent_uscHomeGuard1_chkSoleOwner td:nth-child(2),
#MainContent_uscOtherInsurer1_chkOnBehaldOfOtherInsurer td:nth-child(2),
#MainContent_uscPublicLiability1_chkClaim td:nth-child(2),
#MainContent_uscPublicLiability1_chkPoliceReport td:nth-child(2) {
    padding-left: 10px;
}

#MainContent_uscArticleClaim1_chkReason input[type=checkbox],
#MainContent_uscCancellation1_chkCausedByMedical input[type=checkbox],
#MainContent_uscHomeGuard1_chkSoleOwner input[type=checkbox],
#MainContent_uscOtherInsurer1_chkOnBehaldOfOtherInsurer input[type=checkbox],
#MainContent_uscPublicLiability1_chkClaim input[type=checkbox],
#MainContent_uscPublicLiability1_chkPoliceReport input[type=checkbox] {
    width:18px;
    height:18px;
}

.document-checklist ul {
    list-style:lower-alpha;
}

.attachment span {
    font-weight: bold;
}

.attachment ImageButton {
    padding-top: 5px;
}

.attachment 
{
    border: 1px solid #000;
    padding: 8px 0px;
    border-radius:3px;
}

.red {
    color: red;
}

.jh-title-box input[type=checkbox] {
    width: 18px;
    height:18px;
}

@media (max-width:1024px)
{
    .page {
        width: 90%;
        margin:10px auto 0px auto;
    }
}

.submit-claim-button {
    padding: 5px 30px;
    font-weight:bold;
    background-color: #fff;
    border:solid 1px;
    border-radius:4px;
}

.clear-form-button {
    padding: 5px 30px;
    background-color: #574424;
    color: #fff;
    border:solid 1px;
    border-radius:4px;
}

@media (max-width:720px)
{
    .header .container {
        text-align:center;
    }


    .header img {
       width: 150px;
    }

    

    .dtl-hdr {
        height: auto;     
        text-align:center;
        padding: 5px;
    }

    .dtl-hdr span {
        display:block;
        font-size:16px;
        text-transform: uppercase;  
    }
}

@media (min-width: 481px and max-width: 991px)
{

}

@media (max-width: 480px)
{
    #MainContent_uscTravelAndLossDetail1_chkClaimTypes table,
    #MainContent_uscTravelAndLossDetail1_chkClaimTypes tr td,
    #MainContent_uscTravelAndLossDetail1_chkClaimTypes tbody {
        display:block;
        width:100% !important;
    }

    #MainContent_uscTravelAndLossDetail1_chkClaimTypes 

    .footer {
        text-align:center;
    }
}

@media (max-width: 320px)
{ 
    .page {
        width: 320px;
    }


}

.alert-yellow {
    color: #8a6d3b;
    background-color: yellow;
    border-color: #faebcc;
}

.chkboxlst input[type=checkbox] {
    margin-right:10px;
}

