﻿@-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;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Roboto', sans-serif;
}



table {
    -webkit-text-size-adjust: none;
    font-size:12px;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
border:0;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
border:0;
}

.btn {
display:none;
}

/* Header
-----------------------------------------------------------*/
#Header {
    background: #fff;
}

    #Header .HeaderContact {
        display: block;
    }


    #Header .HeaderContact p {
        font-size: 0.9em;
        margin-top: 12px;
    }

    #Header .HeaderContact a {
        text-decoration: none;
    }

@media only screen and (max-width: 992px) {

    #Header .HeaderContact {
        display: none;
    }
}
/* Menu
-----------------------------------------------------------*/
/*Adjust Menu Font*/
.navbar {
    display:none;
}

/* Important Dates
-----------------------------------------------------------*/


/*Wrapper
-----------------------------------------------------------*/
#Wrapper {
    background-color: #fff;
    z-index: 1001;

}


/*ContentWrapper
-----------------------------------------------------------*/
#ContentWrapper {
    padding-top: 0px;
    padding-bottom: 0px;
    z-index: 1001;
}


/*TitleWrapper
-----------------------------------------------------------*/



#TitleWrapper {
    color: #111;
    font-weight: bold;
}

    #TitleWrapper h1 {
       
        
        font-size:30px;
    }

    #TitleWrapper h2 {
        font-size:20px;
    }


/* Content
-----------------------------------------------------------*/
#Content {
    background-color: #fff;
    padding: 10px;
    z-index: 1001;
   
}


    #Content li {
        padding: 5px;
    }

    #Content ul, ol {
        margin-bottom: 10.5px !Important;
    }

#Content .Sidebar p{
font-size: 14px;
line-height:22px;
}


#confirmationWhatsNext{
display:none;
}

/* 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 {
    margin-left: 25px;
}

#Documents .excel {
    margin-left: 25px;
}

#Documents .claimForm {
    margin-left: 25px;
}




/* Claim
-----------------------------------------------------------*/


@media only screen and (max-width: 991px) {
    .groupDataLeftColumn {
        padding-bottom: 15px;
    }
}

.popupLink {
    font-style: italic;
}

    .popupLink p {
        margin-top: 10px;
    }

.modal-title {
    line-height: 1.2
}

.well {
    margin-bottom: 0;
}

#ClaimForm .purchaseTable 
{
  font-size:12px;
}

#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;
    }


/* 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 {
    width: 100%;
    padding-top: 20px;
    color: #111;
    font-size: 12px;
}


    #Footer .navigationLinks {
        display:none;
    }



    #Footer .Bottom {
        padding-top: 20px;
        padding-bottom:10px;
    }


    #Footer a {
        color: #111;
    }


/*Buttons
-----------------------------------------------------------*/
.btn-primary {
    display:none;
}

    
