﻿@-ms-viewport 
{
 width: device-width; 
}

@-moz-viewport 
{
 width: device-width; 
}

@-webkit-viewport 
{
 width: device-width; 
}

@viewport 
{
 width: device-width; 
}



body {
    background-color: #FFF;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    margin-bottom: 190px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Roboto', sans-serif;
}

html {
  position: relative;
  min-height: 100%;
}

a {
	color:#0a37b5;
	text-decoration:underline
}

a:hover, a:focus {
	color:#2b18e5;
}

option {
	border-right: 2px solid #cccccc !important;
}

table
{
    -webkit-text-size-adjust: none;
    font-size:15px;
}

.well {
	margin-bottom:0;
}


.control-label {
	font-size:1em;
}

.btn-primary {
    background-color: #0a37b5;
    border-color: #0079a1;
    color: #ffffff;
}

.btn-primary:hover{
    background-color: #2b18e5;
    border-color: #004b63;
    color: #ffffff;
}

.buttonLink {
	
	text-decoration:inherit;
}

.tableToolTip 
{
color:#111 !important;
text-decoration:none !important;
border-bottom:1px dashed #ccc;
}



/* Header
-----------------------------------------------------------*/
#Header {
    border-top: 5px solid #0a37b5;

}

#HeaderContent {
 height:100%;
}

#HeaderContent a {
     color:#111;
	text-decoration:none;
}

#HeaderContent h1 {
  margin: 0;
  padding: 0.375em 0 0 0;
  
}
#HeaderContent p {
  font-size:0.813em;
  padding: 0.375em 0 0.4em 0;

}
/* Menu
-----------------------------------------------------------*/
/*Adjust Menu Font*/
.navbar {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: normal;
    
}

.navbar-nav > li > a 
{

	text-decoration:none;
}

/*Adjust bar and drop down color*/

navbar-nav ul{
	width:100%;
}

.navbar-inverse {
 background-color: #fff;
 z-index: 1001;
 border-color:#f9f9f9;
 border-top:1px solid #0a37b5;
 border-bottom:1px solid #0a37b5;
}

/*Adjust hover color*/
.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus{
    background-color: #2b18e5;

}

/*Adjust drop down top border*/
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form 
{
    border:0;
}

.navbar-inverse .navbar-nav > li > a {
    color: #403f41;

}


/*Adjust Navigation Borders*/
@media only screen and (min-width : 992px) 
{

    .navbar-nav > li:first-child 
    {
        border-left:1px solid #e1e1e1;
    
    }
    
    .navbar-nav > li 
    {
        border-right:1px solid #e1e1e1;
    }
    

}


@media (min-width: 768px) and (max-width: 991px)
{   
    .menu  
    {
        cursor: pointer;
    }
    
   
   .navbar-nav > li:first-child 
    {
        border-left:1px solid #e1e1e1;
    
    }
    
    .navbar-nav > li 
    {
        border-right:1px solid #e1e1e1;
    }
    

}

@media only screen and (max-width : 767px) 
{   

    .menu  
    {
        cursor: pointer;
    }
    
        .navbar-header {
     background-color:#fff;
    }

    .navbar-toggle 
    {
        background-color:#0a37b5;
    }

    .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {

   background-color:#2b18e5;
    }
        

    .navbar-nav > li:first-child 
    {
        border-top:1px solid #403f41;
    }

    .navbar-nav > li 
    {
        border-right:1px solid #403f41;
        border-bottom:1px solid #403f41;
        border-left:1px solid #403f41;
        
    }
}

/*ContentWrapper
-----------------------------------------------------------*/
#ContentWrapper
{
 padding-bottom:20px; 
 z-index: 1001;
}


#ContentWrapper .Title
{
   color:#0a37b5;
}


/* Content
-----------------------------------------------------------*/
#Content {
    background-color: #fff;
    padding: 10px;
    z-index: 1001;
   
}

@media only screen and (min-width : 768px) {
    #Content {
       min-height:300px;
    }
}


    #Content li {
        padding: 5px;
    }

    #Content ul, ol {
        margin-bottom: 10.5px !Important;
    }

    #Content .LinkImages {
        margin-bottom: 25px
    }

    #Content .LinkImages a {
        
    color:#111;
    text-decoration:none;

    }


@media (max-width: 767px) {
    #Content .LinkImages {
        display:none;
    }
}

#Content .Sidebar p{
font-size: 14px;
line-height:22px;
}

/* FAQ
-----------------------------------------------------------*/
#FAQs 
{
    
}
#FAQs .faqHeader {
  font-weight: bold;
  color: #0a37b5;
  font-size: 1.813em;
  padding-bottom: 5px;
  text-align: center;
}

#FAQs .QuestionsArea {
margin-bottom:20px;

}

#FAQs .Question {
  font-weight: normal;
  text-decoration: none;
  text-align: left;
  padding-left: 0;
}

#FAQs .Question ol {
	margin-bottom:0;
}

#FAQs .noListStyle li {
  font-weight: normal !important;
}

#FAQs .Answer p {
  font-weight: normal;
}
#FAQs .Answer Table {
  font-weight: normal;
}
#FAQs .Answer {
  font-weight: bold;
  padding-bottom: 1em;
}

/* Documents
-----------------------------------------------------------*/

#Documents .pdf 
{
    list-style-image: url("../../Content/Images/pdfIcon.png");
    margin-left:25px;

}

#Documents .excel 
{
    list-style-image: url("../../Content/Images/excelIcon.png");
    margin-left:25px;

}


/* Claim
-----------------------------------------------------------*/

#ClaimForm .claimStyle {

}
#ClaimForm .claimLegend {

}




.well {
    margin-bottom: 0;
}

#ClaimForm .purchaseTable tbody td
{
    min-width:90px;
}

/* File Upload
-----------------------------------------------------------*/
#uploadFileContainer .remove-link  {
	color: #034b87;
    text-decoration: underline;
}

#uploadFileContainer .remove-link:hover {
	color: #2F93E0;
}

.buttonLink {
	
	text-decoration:inherit;
}

.AjaxUploaderQueueTable {
display:none !Important;
}

.AjaxUploaderCancelAllButton {
display:none !Important;	
}

.uploadGrid td {
  overflow-wrap: break-word;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;	
  overflow: hidden;
  white-space:pre-wrap;
  max-width:50px;

}

.progressBarText {
	 
	display:none;
}


/*Contact Form
-----------------------------------------------------------*/
#ContactForm .contactHeader
{
    font-weight:bold;
    font-size:15px;
    margin-top:35px;
    line-height:1px;
}

#ContactForm .top {
	margin-top:10px;
}

/* Validation helpers
-----------------------------------------------------------*/
.field-required-marker {
  color: #FF0000;
  font-weight: bold;
  margin-left: 2px;
  white-space: nowrap;
  font-size:18px;
}
.field-validation-error {
  color: #FF0000;
}
.field-validation-valid {
  display: none;
}


.validation-summary-errors {
  font-weight: bold;
  color: #FF0000;
}
.validation-summary-valid {
  display: none;
}


/* RightsTable
-----------------------------------------------------------*/
#rightsTable
{
    border:1px solid #d9d9d9;
 
}

#rightsTable .tableHeader
{
    background-color:#d9d9d9;
     padding:0.313em 0.313em 0.625em 0.625em;
     text-align:center;
     font-weight:bold;
     border-bottom: 1px solid #d9d9d9;
    
    
}


#rightsTable .tdLeft
{
     background-color:#f9f9f9;
     text-align:left;
     font-weight:bold;
     max-width:200px;
     width: 25%;
     padding:0.625em 0.313em 0.938em 0.625em;
     border-bottom: 1px solid #d9d9d9;
	 border-right: 1px solid #d9d9d9;
     
     
}

#rightsTable .tdRight
{

    padding:0.625em 0.313em 0.938em 0.625em;
    text-align:left;
    font-weight:normal;
    background-color:#fff;
    border-bottom: 1px solid #d9d9d9;
       
}

#rightsTable .bottom {
	border-bottom:0;
}
/* Footer
-----------------------------------------------------------*/
   #Footer {
height:190px;
position: absolute;
bottom: 0; 
left:0;
width:100%;
padding-top: 20px;
font-size: 12px;  
border-top: 1px solid #d9d9d9;
}


 #Footer .navigationLinks {
          
border-bottom: 1px solid #d9d9d9;
 padding: 0px 0 20px 15px;
}


#Footer .navigationLinks li {
float: left;
padding-right: 30px;
margin-top: 10px;
}

#Footer .lastLink {
padding-right: 0 !important;
}


#Footer .Questions {
padding: 20px 0 10px 15px;
}

 #Footer .Bottom {
border-top: 1px solid #d9d9d9;
padding-top: 20px;
}

#Footer a {
color: #434343;
}




/* Other Styles 
-----------------------------------------------------------*/
.instruction {
  color: Red;
  font-size:20px;
  line-height: 1.1em;
}

.address-selector {

    padding-top:10px;
    padding-bottom:10px;
	border:2px solid #FF0000;
	
}
.address-selector li{
    list-style: none;
	padding:0 0 10px 0;
}

