/* General styles */
* {
    color: black !important;
}

a {
    text-decoration: underline;
}

a:visited:after {
    content: "" !important;
    font-size: 0.8em;
    text-decoration: underline;
}

/* Overrides Bootstrap  content: " (" attr(href) ")"; */
a[href]:after {
    content: "";
}

/* aw styles */
.aw-dashboard-content .row .span4,
.aw-icon-notification,
.news-main-content .row .span3,
#aw-authoring-tools, #aw-footer,
#aw-main-nav-left, #aw-main-nav-right,
#top-breadcrumbs,
.navbar-inner,
#aw-header-top,
.aw-content-tools,
.wpthemeRight,
.aw-left-nav,
.aw-header-top,
.span3 .small-column,
.aw-header-bottom,
.aw-rating.well,
.wpthemeInner,
#Base22Reader,
.aw-footer,
.aw-footer-bottom,
.content-column-right,
#claim-search-controls {
    display: none;
}

#aw-content-layout-two-columns {
    margin: left;
}

.span3 {
    width: 1px
}

.span9 {
    float: left;
    width: 99%;
}

.span4 {
    float: left;
    clear: left;
    width: 99%;
}

.aw-dashboard-content {
    margin-left: 15px;
    width: 100%;
}

.aw-dashboard-content .row {
    border-bottom: medium none !important;
}

.aw-dashboard-content .row .span9 {
    width: 94%;
}

.aw-dashboard-content .row .span9 .news-center-content {
    border-right: none;
}

.program-center-content {
    border: medium none;
}

.wrapper-notifications {
    width: 96%;
    margin-left: 0px;
    border: 1px solid #ccc;
}

.wrapper-notifications strong {
    font-size: 1.5em;
    margin-left: -20px;
}

#body-content-clone {
    display: block !important;
}

#body-content-clone iframe {
    display: none;
}

#aw-superior {
    margin-top: 30px;
}

#list-children-items {
    border: 1px solid #ccc;
    clear: both;
}

#header_title {
    display: block !important;
}

#print_area {
    display: block !important;
}

#url_print {
    display: block !important;
    float: left;
}

#qr_print {
    display: block !important;
    float: left;
}

/* Some rules based on media queries */

/* QA Changes */
/*#bodyContent{ display: none; }*/
#bodyContent {
    text-align: justify;
}

#aw-back-to-news {
    display: none;
}

#selected_family_member {
    margin-bottom: 20px;
}

.bills {
    margin-bottom: 20px;
}

.claimstatus {
    display: inline-block;
}

.claiminfo {
    display: block;
    clear: both;
}

.claims-details-btn {
    max-width: 50%;
    display: inline-block;
}

.wps-icon-colors.wps-icon-color-Processed {
    display: block;
}

.separator {
    margin-top: 200px;
}

.widget.timeLine .post {
    margin-left: 0;
}

.widget.claims-smartphone .item .claimstatus {
    margin-bottom: 20px;
}

.small-column {
    display: none;
}

.large-column {
    width: 90%;
}

.print-icons-container {
    display: none;
}

.help-container {
    display: none;
}

@media print {
    @page {
        margin: 1cm;
        background-color: #ffffff;
    }
}

.contentPage {
    background-color: #ffffff !important;
}

.qtip {
    display: none !important;
}

.main-modal-print {
    display: none;
}

.modal-on-print {
    display: block;
    width: 100%;
}

.wpthemeInner {
    display: block;
}

#aw-back-to-news, #top-widget-controls {
    display: none;
}

/* Message Center */
#myDashSecureMsgContainer,
#section-action-buttons,
#messageCenterActions,
#messageCenterHomeText,
#newMessageTextContainer,
#messageContainerTitle,
.go-back-to-all-messages {
    display: none;
}

/* WCM toolbar */
.wpToolbarActionBar.wpToolbarCommon {
    display: none;
}

/* Claims */
.table.dataTable {
    resize: both !important;
    //width: 340px !important;
    font-size: 0.8em !important;
}

#claim_actions_wrapper,
#claim_header_actions,
#goBackClaimResults {
    display: none;
}

#clon_modal_div {
    display: block;
}

#claim-detail-container .well.well-claim {
   padding: 0px;
}

#claim-detail-container .margin-left20 {
    margin-left: 0px;
}

#claim-detail-container .margin-right20 {
    margin-right: 0px;
}

#claim-detail-container .margin-top20 {
    margin-top: 0px;
}

#claim-detail-container .margin-top5 {
    margin-top: 0px;
}

#claim-detail-container hr,
#claim-results-container hr {
    display: none;
}

.containerCodeDescriptions {
   display: block;
}

#claim-detail-container > div > div > div.common_header_main_wrapper_reusable{
padding-left: 0;
}

#claim-detail-container > div > div{
padding: 0;
}

#claim-detail-container > div > div > div.action-script-gray {
padding-left: 0;
}

#claim-detail-container > div > div > div.action-script-gray > div > div {
padding-left: 0;
}

#claimDetailItems tr.claim-line{
   opacity: 1 !important;
}
/* end claim */

.well {
    padding: 0px;
    margin-bottom: 0px;
}

.alert {
    padding: 0px;
    margin-bottom: 0px;
}

.alert-danger,
.alert-info, 
.alert-success {
    border-color: transparent;
}

/* data table pluging */
.dataTables_info,
.dataTables_paginate,
.dataTables_length,
.dataTables_filter {
    display: none;
}
table.dataTable thead th,
table.dataTable thead td {
    padding: 4px 17px 4px 4px;
}
table.dataTable tbody th,
table.dataTable tbody td {
    padding: 4px;
}

/* mobile pager */
.pagerContainer {
    display: none;
}
.modal {
        position: relative;
        left: 0;
        top: 0;
        margin: 0;
        padding: 0;
        overflow: visible !important;
    }
body.modal-open {
    position: absolute;
    overflow: visible;
}

.appeal-response-text-container {
    overflow: visible;
    height: 100% !important;
    max-height: 100% !important;
}

.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-13,.col-lg-14,.col-lg-15,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-13,.col-md-14,.col-md-15,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-13,.col-sm-14,.col-sm-15,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-15{width:100%}.col-sm-14{width:93.33333333%}.col-sm-13{width:86.66666667%}.col-sm-12{width:80%}.col-sm-11{width:73.33333333%}.col-sm-10{width:66.66666667%}.col-sm-9{width:60%}.col-sm-8{width:53.33333333%}.col-sm-7{width:46.66666667%}.col-sm-6{width:40%}.col-sm-5{width:33.33333333%}.col-sm-4{width:26.66666667%}.col-sm-3{width:20%}.col-sm-2{width:13.33333333%}.col-sm-1{width:6.66666667%}.col-sm-pull-15{right:100%}.col-sm-pull-14{right:93.33333333%}.col-sm-pull-13{right:86.66666667%}.col-sm-pull-12{right:80%}.col-sm-pull-11{right:73.33333333%}.col-sm-pull-10{right:66.66666667%}.col-sm-pull-9{right:60%}.col-sm-pull-8{right:53.33333333%}.col-sm-pull-7{right:46.66666667%}.col-sm-pull-6{right:40%}.col-sm-pull-5{right:33.33333333%}.col-sm-pull-4{right:26.66666667%}.col-sm-pull-3{right:20%}.col-sm-pull-2{right:13.33333333%}.col-sm-pull-1{right:6.66666667%}.col-sm-pull-0{right:auto}.col-sm-push-15{left:100%}.col-sm-push-14{left:93.33333333%}.col-sm-push-13{left:86.66666667%}.col-sm-push-12{left:80%}.col-sm-push-11{left:73.33333333%}.col-sm-push-10{left:66.66666667%}.col-sm-push-9{left:60%}.col-sm-push-8{left:53.33333333%}.col-sm-push-7{left:46.66666667%}.col-sm-push-6{left:40%}.col-sm-push-5{left:33.33333333%}.col-sm-push-4{left:26.66666667%}.col-sm-push-3{left:20%}.col-sm-push-2{left:13.33333333%}.col-sm-push-1{left:6.66666667%}.col-sm-push-0{left:auto}.col-sm-offset-15{margin-left:100%}.col-sm-offset-14{margin-left:93.33333333%}.col-sm-offset-13{margin-left:86.66666667%}.col-sm-offset-12{margin-left:80%}.col-sm-offset-11{margin-left:73.33333333%}.col-sm-offset-10{margin-left:66.66666667%}.col-sm-offset-9{margin-left:60%}.col-sm-offset-8{margin-left:53.33333333%}.col-sm-offset-7{margin-left:46.66666667%}.col-sm-offset-6{margin-left:40%}.col-sm-offset-5{margin-left:33.33333333%}.col-sm-offset-4{margin-left:26.66666667%}.col-sm-offset-3{margin-left:20%}.col-sm-offset-2{margin-left:13.33333333%}.col-sm-offset-1{margin-left:6.66666667%}.col-sm-offset-0{margin-left:0}.col-md-15{width:100%}.col-md-14{width:93.33333333%}.col-md-13{width:86.66666667%}.col-md-12{width:80%}.col-md-11{width:73.33333333%}.col-md-10{width:66.66666667%}.col-md-9{width:60%}.col-md-8{width:53.33333333%}.col-md-7{width:46.66666667%}.col-md-6{width:40%}.col-md-5{width:33.33333333%}.col-md-4{width:26.66666667%}.col-md-3{width:20%}.col-md-2{width:13.33333333%}.col-md-1{width:6.66666667%}.col-md-pull-15{right:100%}.col-md-pull-14{right:93.33333333%}.col-md-pull-13{right:86.66666667%}.col-md-pull-12{right:80%}.col-md-pull-11{right:73.33333333%}.col-md-pull-10{right:66.66666667%}.col-md-pull-9{right:60%}.col-md-pull-8{right:53.33333333%}.col-md-pull-7{right:46.66666667%}.col-md-pull-6{right:40%}.col-md-pull-5{right:33.33333333%}.col-md-pull-4{right:26.66666667%}.col-md-pull-3{right:20%}.col-md-pull-2{right:13.33333333%}.col-md-pull-1{right:6.66666667%}.col-md-pull-0{right:auto}.col-md-push-15{left:100%}.col-md-push-14{left:93.33333333%}.col-md-push-13{left:86.66666667%}.col-md-push-12{left:80%}.col-md-push-11{left:73.33333333%}.col-md-push-10{left:66.66666667%}.col-md-push-9{left:60%}.col-md-push-8{left:53.33333333%}.col-md-push-7{left:46.66666667%}.col-md-push-6{left:40%}.col-md-push-5{left:33.33333333%}.col-md-push-4{left:26.66666667%}.col-md-push-3{left:20%}.col-md-push-2{left:13.33333333%}.col-md-push-1{left:6.66666667%}.col-md-push-0{left:auto}.col-md-offset-15{margin-left:100%}.col-md-offset-14{margin-left:93.33333333%}.col-md-offset-13{margin-left:86.66666667%}.col-md-offset-12{margin-left:80%}.col-md-offset-11{margin-left:73.33333333%}.col-md-offset-10{margin-left:66.66666667%}.col-md-offset-9{margin-left:60%}.col-md-offset-8{margin-left:53.33333333%}.col-md-offset-7{margin-left:46.66666667%}.col-md-offset-6{margin-left:40%}.col-md-offset-5{margin-left:33.33333333%}.col-md-offset-4{margin-left:26.66666667%}.col-md-offset-3{margin-left:20%}.col-md-offset-2{margin-left:13.33333333%}.col-md-offset-1{margin-left:6.66666667%}.col-md-offset-0{margin-left:0}.col-lg-15{width:100%}.col-lg-14{width:93.33333333%}.col-lg-13{width:86.66666667%}.col-lg-12{width:80%}.col-lg-11{width:73.33333333%}.col-lg-10{width:66.66666667%}.col-lg-9{width:60%}.col-lg-8{width:53.33333333%}.col-lg-7{width:46.66666667%}.col-lg-6{width:40%}.col-lg-5{width:33.33333333%}.col-lg-4{width:26.66666667%}.col-lg-3{width:20%}.col-lg-2{width:13.33333333%}.col-lg-1{width:6.66666667%}.col-lg-pull-15{right:100%}.col-lg-pull-14{right:93.33333333%}.col-lg-pull-13{right:86.66666667%}.col-lg-pull-12{right:80%}.col-lg-pull-11{right:73.33333333%}.col-lg-pull-10{right:66.66666667%}.col-lg-pull-9{right:60%}.col-lg-pull-8{right:53.33333333%}.col-lg-pull-7{right:46.66666667%}.col-lg-pull-6{right:40%}.col-lg-pull-5{right:33.33333333%}.col-lg-pull-4{right:26.66666667%}.col-lg-pull-3{right:20%}.col-lg-pull-2{right:13.33333333%}.col-lg-pull-1{right:6.66666667%}.col-lg-pull-0{right:auto}.col-lg-push-15{left:100%}.col-lg-push-14{left:93.33333333%}.col-lg-push-13{left:86.66666667%}.col-lg-push-12{left:80%}.col-lg-push-11{left:73.33333333%}.col-lg-push-10{left:66.66666667%}.col-lg-push-9{left:60%}.col-lg-push-8{left:53.33333333%}.col-lg-push-7{left:46.66666667%}.col-lg-push-6{left:40%}.col-lg-push-5{left:33.33333333%}.col-lg-push-4{left:26.66666667%}.col-lg-push-3{left:20%}.col-lg-push-2{left:13.33333333%}.col-lg-push-1{left:6.66666667%}.col-lg-push-0{left:auto}.col-lg-offset-15{margin-left:100%}.col-lg-offset-14{margin-left:93.33333333%}.col-lg-offset-13{margin-left:86.66666667%}.col-lg-offset-12{margin-left:80%}.col-lg-offset-11{margin-left:73.33333333%}.col-lg-offset-10{margin-left:66.66666667%}.col-lg-offset-9{margin-left:60%}.col-lg-offset-8{margin-left:53.33333333%}.col-lg-offset-7{margin-left:46.66666667%}.col-lg-offset-6{margin-left:40%}.col-lg-offset-5{margin-left:33.33333333%}.col-lg-offset-4{margin-left:26.66666667%}.col-lg-offset-3{margin-left:20%}.col-lg-offset-2{margin-left:13.33333333%}.col-lg-offset-1{margin-left:6.66666667%}.col-lg-offset-0{margin-left:0}
.large-column{width:100%}

.table td, .table th {
  padding: 4px !important;
}

#btnContainer {
    display: none;
}

#backLink {
    display: none;
}
