a {
    color: #6E1441;
    text-decoration: underline;
}

a:hover {
    color: #7E2451;
}

a.btn {
    text-decoration: none;
}

a.list-group-btn-primary {
    background-color: #6E1441;
    color: #f1f1dc;
}

a.list-group-item {
    color: #f1f1dc;
}

a.list-group-item:hover {
    background-color: #4F5036;
    color: #f1f1dc;
}

a.list-group-subitem {
    color: #4f5036;
}

body {
    background-color: #424242;
    overflow-x: hidden;
}

form {
    margin: 0px;
}

hr {
    border-color: #3F4026;
}

tfoot td {
    font-weight: bold;
}

hr.row-divider {
    border-color: #dddddd;
}

.btn {
    margin: 5px;
}

.btn-block {
    margin: 0px;
}

.btn-block-container {
    padding: 5px;
}

.btn-info {
    background-color: #3F4026;
    border: 0px;
}

.btn-info:hover {
    background-color: #4F5036;
    border: 0px;
}

.btn-primary {
    background-color: #6E1441;
    border: 0px;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
    background-color: #7E2451;
    border: 0px;
}

.col-md-12 {
    padding: 0px;
}

.container {
    background-color: #f1f1dc;
    margin: 0 auto;
    min-height: 100%;
    padding: 0px;
    width: 100%
}

.daisy-content {
    border: 0px;
    min-height: 500px;
    margin: -15px;
    width: 100%;
}

.field-label {
    padding-right: 15px;
}

.form-control {
    margin: 5px;
}

.form-group.required .control-label:before {
    color: red;
    content: '*';
}

.form-login {
    margin: 0px auto 2em;
    max-width: 300px;
}

.icon-bar {
    background-color: #424242;
}

.inline-label {
    padding-right: 10px;
}

.list-group {
    border: 1px solid #ffffff;
}

.list-group-item {
    background-color: #3F4026;
    color: #f1f1dc;
    text-decoration: none;
}

.list-group-subitem {
    background-color: #ddddc8;
    text-decoration: none;
}

.logo {
    max-height: 64px;
}

.navbar {
    margin: 0px;
}

.navbar a {
    color: #424242;
    text-decoration: none;
}

.navbar a:hover {
    color: #626262;
}

.navbar ul li a {
    color: #424242;
    font-weight: bold;
}

.navbar ul li a:hover {
    background-color: #f1f1dc;
    color: #626262;
    font-weight: bold;
}

.navbar-brand {
    padding: 0px;
}

.navbar-collapse {
    padding: 0px;
}

.navbar-nav {
    margin-left: 0px;
    margin-right: 0px;
    z-index: 100;
}

.nav-tabs li a {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    color: #555555;
    text-decoration: none;
}

.nav-tabs li.active a {
    background-color: #f1f1dc;
    text-decoration: none;
}

.manage-policy-header, .quote-header {
    font-weight: bold;
}

.report-object {
    min-height: 500px;
    width: 100%;
}

.spacer {
    margin-top: 15px;
}

.table, #accountSummaryTable {
    border-bottom: 1px solid #dddddd;
    border-collapse: collapse;
}

#reportTable {
    width:100%;
    border-collapse: collapse;
}

#reportTable td{
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 0px;
    padding-top: 0px;
}

#reportTableSummary {
    width:100%;
    border-collapse: collapse;
}

#reportTableSummary td{
    padding: 3px;
    border-top: 0px;
}
    
.text-bold {
    font-weight: bold;
}

.text-danger {
    color: #ff0000;
}

.text-info {
    color: #0000ff;
}

.uppercase {
    text-transform: uppercase;
}

#accountSummaryTable {
    border-collapse: collapse;
}

#accountSummaryTable td {
    border-top: none;
    border-bottom: none;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
}

#accountSummaryTable th {
    border-top: 2px solid #dddddd;
    border-bottom: 2px solid #dddddd;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
}

#accountSummaryTable tbody tr {
    border-top: 1px solid #dddddd;
}

#accountSummaryTable tr.balance-row {
    border-bottom: 1px solid #000000;
}

#password-reset {
    font-weight: bold;
    padding-top: 20px;
    text-align: center;
}

@media print
{    
    a[href]:after {
      content: none !important;
    }
    
    td.premium {
        text-align: right;
        width: 8.8%;
    }
 
    @page {
        margin: 4mm;
        size: letter portrait;
    }
    
    .page-header-left, page-header-right, .page-header-space {
        height: 95px;
    }
    
    .page-header-left {
        position: fixed;
        top: 4mm;
        width: 100%;
        border: none;
        text-align: left;
    }
    
    .page-header-center {
        position: fixed;
        top: .5cm;
        width: 100%;
        border: none;
        text-align: center;
    }
    
    .page-header-right {
        position: fixed;
        top: 6mm;
        width: 95%;
        border: none;
        margin-right: -12mm;
        text-align: right;
    }
}

@media screen and (max-width: 767px) {
    td.premium {
        text-align: right;
    }
    
    .responsive-table .mobile-hidden {   
      display: none;
    }

    .responsive-table table,
    .responsive-table thead,
    .responsive-table tbody,
    .responsive-table tfoot,
    .responsive-table th,
    .responsive-table td,
    .responsive-table tr {
        display: block;
    }

    .responsive-table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .responsive-table tr {
        border: 1px solid #cccccc;
    }

    .responsive-table td {
        border: none;
        border-bottom: 1px solid #eeeeee;
        min-height: 38px;
        padding-left: 50% !important;
        position: relative;
        white-space: normal;
    }

    .responsive-table td:before {
        content: attr(data-title);
        font-weight: bold;
        left: 6px;
        padding-right: 10px;
        position: absolute;
        text-align: left;
        top: 6px;
        white-space: nowrap;
        width: 45%;
    }

    .row-offcanvas {
        position: relative;
    }

    .row-offcanvas-left {
        left: 0;
    }

    .row-offcanvas-left .sidebar-offcanvas {
        left: -50%;
    }

    .row-offcanvas-left.active {
        left: 50%;
    }

    .sidebar-offcanvas {
        position: absolute;
        top: 0;
        widows: 50%;
    }

    #quickNav .mobile-only {
        display: inline-block;
    }
    
    .mobile-hidden {
        display: none;
    }
}

@media (min-width: 768px) {
    body {
        font-size: 12px;
    }

    hr {
        margin-bottom: 5px;
        margin-top: 5px;
    }

    td.premium-source {
        text-align: left;
        width: 32%;
    }

    td.premium {
        text-align: right;
        width: 8.5%;
    }
    
    .btn {
        font-size: 12px;
    }

    .container {
        border-color: white;
        border-radius: 1em;
        border-style: solid;
        border-width: 1em;
        margin: 1em auto;
        max-width: 750px;
        min-height: 400px;
        padding: 15px;
    }

    .container-fluid > .navbar-collapse {
        margin-left: -15px;
        margin-right: -15px;
    }

    .form-control {
        height: 24px;
        font-size: 12px;
        padding: 3px 6px;
    }

    .form-group {
        margin-bottom: 10px;
    }

    .inline-pdf {
        background: transparent url("/disco/javax.faces.resource/loading.gif.xhtml?ln=images") no-repeat center;
        height: 400px;
    }

    .list-group-item {
        padding: 6px 9px;
    }

    .mobile-only {
        display: none;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 970px;
    }
}
.border-div{
    border: 1px solid rgba(0,0,0,.2) !important;
}
.card {
    padding: 18px;

    margin-bottom: 15px;
    background: 	hsl(59, 40%, 95%);
    box-shadow:  3px 5px 8px rgba(0,0,0,.3);
}
.card-body h4 {
    font-weight: 700;
}
.card-title{
    padding-bottom:  4px;
    font-weight: 700;
}
.card-text{
    font-size: 1.5rem;
}
.border-bottom {
    border-bottom:  1px solid rgba(0,0,0,.2) !important;
}

.bor-rad {
    border-radius: 6px;
}
.mt-15{
    margin-top: 15px;
}
.mb-15{
    margin-bottom: 15px;
}
.mb-25{
    margin-bottom: 25px;
}
.P-5{
    padding: 15px;
}

.ul,.li > .message {
    list-style-type: none;
    list-style-position:inside;
    margin:0;
    padding:0;
}
li>.message-body:nth-child(odd){
    border-bottom: 2px inset #ddd;
}

.ul{
    display: flex;
    justify-content: space-around;
    flex-direction: column;
}
.message-body> p{
    padding: 16px;
}

.message-head{
    font-size:8pt;
    font-weight: bold;
    background-color: #6E1441;
    color: #d7d7be;
}
.message-head-2{
    font-size: 10pt;
}
.content-box{
    padding: 20px;
    font-size: 1.5rem;
    color: #6E1441;
}
.content-box p{
    margin: 0px;
    font-size: 20px;
    color: #6E1441;

}
.content-box p span{
    float: right;
    background-color: #ddd;
    padding: 3px 10px;
    font-size: 15px;
}
.dashboard{
    border: 1px solid #CCC;
    box-shadow:  3px 5px 8px rgba(0,0,0,.3);
}

.message-label{
     font-size:8pt;
     color: black;
     font-weight: normal;
}
a.message-link{
    display: inline-block;
    transition: transform 0.1s;
    text-decoration: none;
    font-size:8pt;
    color:rgba(110, 20, 65, .8);
    text-shadow: 1px 1px 2px rgba(0,0,0,.2);
}
a.message-link:hover{
    display: inline-block;
    transition: transform 0.1s;
    text-decoration: none;
    transform: scale(1.1);
    font-weight: normal;

    
}

.dic{
    color: #6E1441;
}

.dic h4{
    font-weight: 900;
}

.home-label{
    font-size: 24pt;
}

.back-link{
   text-decoration: none;
}
