﻿@-ms-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-webkit-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}



body {
  background-color: #f9f9f9;
  font-family: 'Raleway', sans-serif;
  font-size:16px; 
  margin-bottom: 160px;
  height:100%

}

html {
  position: relative;
  min-height: 100%;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
font-family: 'Roboto', sans-serif;
}

/* Links
-----------------------------------------------------------*/
a {
	color:#132D62;
	text-decoration:underline
}

a:hover, a:focus {
	color:#01B0F1;
}



table {
    -webkit-text-size-adjust: none;
    font-size:15px;
}

.active{
background-color:#F9F9F9 !important;
}

.control-label {
    font-size: 1em;
}

.toolTip {
    color: #111 !important;
    text-decoration: none !important;
    border-bottom: 1px dashed #ccc;
}

.defendantDescription
{
color:#111 !important;
text-decoration:none !important;
font-size:13px;
}

.radio {
    font-size: 15px;
    list-style: none;
}



/* Header
-----------------------------------------------------------*/
#headerWrapper {
background-color: #fff;
border-top: 5px solid #132D62;
}



.HeaderContent {
 color:#111;
 height:100%;
}

.HeaderContent a {
	color:#111;
	text-decoration:none;
}

.HeaderContent h1 {
  margin: 0;
  padding: .85em 0 .85em 0;
  font-family: 'Raleway', sans-serif;

}
.HeaderContent p {
  font-size:0.813em;
  padding: 10px 0 0 0;

}
/* Menu
-----------------------------------------------------------*/
/*Adjust Menu Font*/
.navbar {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: normal; 
}

.navbar-nav > li > a 
{
	text-decoration:none;
}

.navbar-inverse {
 z-index: 1001;
}


/*Adjust drop down top border*/
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form 
{
    border:0;
}


.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    background-color: #01B0F1;
    color: #ffffff;
}


/*Adjust Navigation Borders*/
@media only screen and (min-width : 992px) 
{
    .navbar-inverse .navbar-nav > li > a {
    color:#FFF;
}

    .navbar-nav > li:first-child 
    {
        border-left:1px solid #e1e1e1;
    
    }
    
    .navbar-nav > li 
    {
        border-right:1px solid #e1e1e1;
    }
    
  .navbar-inverse {
background: #1c4a9f;
background: -moz-linear-gradient(top, #1b5d96 0%, #134196 0%, #1b489e 49%, #134096 50%, #1c4a9f 100%);
background: -webkit-linear-gradient(top, #1b5d96 0%,#134196 0%,#1b489e 49%,#134096 50%,#1c4a9f 100%);
background: linear-gradient(to bottom, #1b5d96 0%,#134196 0%,#1b489e 49%,#134096 50%,#1c4a9f 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b5d96', endColorstr='#1c4a9f',GradientType=0 );
}

}


@media (min-width: 768px) and (max-width: 991px)
{   
    .menu  
    {
        cursor: pointer;
    }
    
   
   .navbar-inverse .navbar-nav > li > a {
    color:#FFF;
}

    .navbar-nav > li:first-child 
    {
        border-left:1px solid #e1e1e1;
    
    }
    
    .navbar-nav > li 
    {
        border-right:1px solid #e1e1e1;
    }
    
  .navbar-inverse {
background: #1c4a9f;
background: -moz-linear-gradient(top, #1b5d96 0%, #134196 0%, #1b489e 49%, #134096 50%, #1c4a9f 100%);
background: -webkit-linear-gradient(top, #1b5d96 0%,#134196 0%,#1b489e 49%,#134096 50%,#1c4a9f 100%);
background: linear-gradient(to bottom, #1b5d96 0%,#134196 0%,#1b489e 49%,#134096 50%,#1c4a9f 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b5d96', endColorstr='#1c4a9f',GradientType=0 );
}

}

@media only screen and (max-width : 767px) 
{   

    .menu  
    {
        cursor: pointer;
    }
    
    
    .navbar-header {
background: #1c4a9f;
background: -moz-linear-gradient(top, #1b5d96 0%, #134196 0%, #1b489e 49%, #134096 50%, #1c4a9f 100%);
background: -webkit-linear-gradient(top, #1b5d96 0%,#134196 0%,#1b489e 49%,#134096 50%,#1c4a9f 100%);
background: linear-gradient(to bottom, #1b5d96 0%,#134196 0%,#1b489e 49%,#134096 50%,#1c4a9f 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b5d96', endColorstr='#1c4a9f',GradientType=0 );
}
    
    .navbar-inverse 
    {
         background: #1c4a9f;
    }
    
    
    .navbar-toggle 
    {
        background-color:#132D62;
    }
        

    .navbar-nav > li:first-child 
    {
        border-top:1px solid #403f41;
    }

    .navbar-nav > li 
    {
    background-color: #fff;
    border-bottom: 1px solid #111;
    border-left: 1px solid #111;
    border-right: 1px solid #111;
    list-style:none;
        
    }
    
    
   .navbar-inverse .navbar-nav > li > a {
   color: #111;
   text-decoration:none;
   display:block;
   padding:10px;
    }
    
    
    
}

/*Wrapper
-----------------------------------------------------------*/
#Wrapper
{
 background-color:#fff;
 z-index: 1001;
 border-color: #e1e1e1;
box-shadow: 0 3px 3px #e1e1e1;
}


/*introLead
-----------------------------------------------------------*/

#introLead {
	color:#1c4a9f;
	border-bottom:4px solid #FFF;
	text-shadow: 2px 2px #e9e9e9;
	font-weight:bold;
}


 
 #introLead h2
{
      margin-top:30px;
      font-size: 35px;
      text-align:left;	
}



/*ContentWrapper
-----------------------------------------------------------*/
#ContentWrapper
{

 padding-bottom:50px; 
 z-index: 1001;
}

@media only screen and (min-width: 992px) 
{
 
    #ContentWrapper
    {
        min-height:435px;
    }
}


/* Content
-----------------------------------------------------------*/
#Content {
    background-color: #fff;
    padding: 0px;
    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;
}


/* Important Dates
-----------------------------------------------------------*/
#Dates {
}
#Dates h3 {
  font-size: 20px;
  color: #1B449B;
  margin-top: 0;
}
#Dates ul {
  padding-left: 0;
  list-style-type: none;
  line-height: 180%;
}
#Dates li {
 border-bottom: 1px solid #1c4a9f;
 font-size: 14px;
 padding-bottom: 10px;
}

/* FAQ
-----------------------------------------------------------*/
#FAQs {
}


    #FAQs .faqHeader {
        font-weight: bold;
        color: #1B449B;
        font-size: 1.45em;
        padding-bottom: 5px;
        text-align: left;
    }


    #FAQs .noListStyle li {
        font-weight: normal !important;
    }

    #FAQs .Answer p {
        font-weight: normal !important;
        background-color: #fff !important;
        border: 0 !important;
    }

    #FAQs .Answer Table {
        font-weight: normal;
    }

    #FAQs .Answer {
        font-weight: bold;
        padding-bottom: 1em;
    }

  
/* Documents
-----------------------------------------------------------*/

#Documents h4 {
    color: #6F6F6F;
    margin-top: 15px;
}

#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;
}

#Documents .claimForm {
    list-style-image: url("../../Content/Images/formIcon.png");
    margin-left: 25px;
}




/* Claim
-----------------------------------------------------------*/

#ClaimForm .claimStyle {
}

#ClaimForm .claimLegend {
}


@media only screen and (max-width: 991px) {
    .groupDataLeftColumn {
        padding-bottom: 15px;
    }
}

#ClaimForm .purchaseTable tbody td
{
    min-width:90px;
}


.popupLink {
    font-style: italic;
}

.popupLink p {
    margin-top: 10px;
}

.modal-title {
    line-height: 1.2
}

.hideRequirement {
display:none;
}

.showRequirement{
display:inline;
}

@media only screen and (max-width: 767px) {
    #Purchases .input-group-addon{
    display:none;
    }

    #Purchases .headerSpacing{
        margin-right:50px;
    }

}

/* File Upload
-----------------------------------------------------------*/
.buttonLink {
    text-decoration: inherit;
}

.AjaxUploaderQueueTable {
    display: none !Important;
}

.AjaxUploaderCancelAllButton {
    display: none !Important;
}

.uploadGrid td {
    overflow-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;
}

#uploadFileContainer .remove-link {
    color: #034b87;
    text-decoration: underline;
}

    #uploadFileContainer .remove-link:hover {
        color: #2F93E0;
    }


/*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;
    padding-bottom:10px;
}

.validation-summary-errors ul{
    padding-left:0;
    list-style:none;
}

.validation-summary-errors-login ul {
    padding-left: 0 !Important;
    list-style: 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:160px;
position: absolute;
bottom: 0; 
left:0;
width:100%;
color:#111;
font-size:12px;
padding-top:20px;
}


    #Footer .navigationLinks {
        border-bottom: 1px solid #e1e1e1;
        padding: 0 0 20px 15px;
    }

        #Footer .navigationLinks li {
            float: left;
            padding-right: 30px;
            margin-top: 10px;
        }

    #Footer .lastLink {
        padding-right: 0 !important;
    }


    #Footer .Bottom {
        padding-top: 20px;
        padding-bottom:10px;
    }


    #Footer a {
        color: #111;
    }

        #Footer a:hover, a:focus {
            color: #2F93E0;
        }

/*Buttons
-----------------------------------------------------------*/
.btn-primary {
    background-color: #008cba;
    border-color: #0079a1;
    color: #ffffff;
}

    .btn-primary:hover {
        background-color: #006687;
        border-color: #004b63;
        color: #ffffff;
    }

    .btn-primary:focus, .btn-primary.focus {
        background-color: #006687;
        border-color: #001921;
        color: #ffffff;
    }

    .btn-primary:active, .btn-primary.active {
        background-color: #006687;
        border-color: #004b63;
        color: #ffffff;
    }

        .btn-primary:active:hover, .btn-primary.active:hover {
            background-color: #004b63;
            border-color: #001921;
            color: #ffffff;
        }

        btn-primary:active:hover, .btn-primary.active:hover, .btn-primary:active:focus, .btn-primary.active:focus, .btn-primary.focus:active, .btn-primary.active.focus {
            background-color: #004b63;
            border-color: #001921;
            color: #ffffff;
        }


/* Other Styles 
-----------------------------------------------------------*/
.instruction {
    color: Red;
    font-size: 20px;
    line-height: 1.1em;
}

.address-selector {
    border: 2px solid #FF0000;
    padding: 30px;
}

    .address-selector li {
    }
