﻿/******************************************************/
/* Site Styles */
/******************************************************/
.autocomplete-suggestions {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.autocomplete-suggestion {
    background-color: #fff;
    background-image: none;
    border: none;
    border-radius: 4px;
    color: #555;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.42857;
    padding: 6px 12px;
}

.autocomplete-suggestion:hover {
    background-color: #66afe9;
    color: #fff;
}

.body-content legend {
    color: #333;
    margin-bottom: 6px;
}

.add-policy-block {
    border: dashed 1px #ccc;
    border-radius: 18px;
    display: block;
    font-size: 16px;
    height: 46px;
    line-height: 46px;
    margin-bottom: 6px;
    padding-left: 18px;
    vertical-align: middle;
     white-space: nowrap;
    overflow: hidden;
}

.add-policy-block:hover {
    background-color: #66afe9;
    color: #fff;
    cursor: pointer;
}

.policy { position: relative; }

.policy-actions {
    height: 24px;
    position: absolute;
    right: 8px;
    top: 4px;
}

.policy-actions a,
.policy-actions a:active,
.policy-actions a:visited,
.policy-actions a:link {
    color: #bcbdc0;
    display: block;
    float: left;
    font-size: 16px;
    height: 24px;
    line-height: 20px;
    margin: 0 3px;
    text-align: center;
    vertical-align: text-bottom;
    width: 20px;
}

.policy-actions a:hover { color: #333; }

.form-sample { cursor: pointer; }

.endorsements h3 { margin-top: 0; }

.cpl-fees { }

.has-error select { z-index: 3; }

.k-webkit .k-combobox .k-dropdown-wrap:before, .k-webkit .k-picker-wrap:before, .k-webkit .k-numeric-wrap:before { content: none; }

label.btn > input[type='radio'] { display: none; }

label.btn > input[type='checkbox']
{
    display: none;
}

.checkbox-list table > tbody > tr > td > label {
    font-weight: normal;
}
label.soft {
    font-weight: 500;
}


label.soft { font-weight: 500; }








/******************************************************/

/* Search Page Styles */

/******************************************************/

.list-group-item > a.remove {
    font-weight: lighter;
    position: absolute;
    right: 6px;
    top: 6px;
}

address, .underwriter, .company, .file-number, .policy-number, .policy-info, #clear-history {
    display: block;
    font-size: 12px;
    margin-bottom: 0;
}

.important {
    font-size: 12px;
    font-weight: 600;
}

.actions { text-align: right; }

/*.actions a {
    font-size:11px;
}*/

.action-links { font-size: 11px; }

.actions ul {
    list-style: none;
    padding: 0;
}

.actions ul>li {
    list-style: none;
    display: inline;
    padding:0px 1px 0 5px;
    margin:0;
    border-right:solid 1px #ccc;
}

.actions ul > li:last-child { border-right: none; }

div.search-results { margin: 6px 0 20px; }

#search-count {
    color: #808080;
    font-size: small;
    line-height: 35px;
    overflow: hidden;
    padding-left: 3px;
    text-overflow: ellipsis;
    transition: all 220ms ease-in-out 0s;
    white-space: nowrap;
}
.lender-title>span, .lender-title>a {
    font-size:small;
     font-weight:bold;
    color:#002a5c;
}
.k-list .lender-title, .k-list .lender-title>a {
    font-weight:bold;
    font-size:small;
}
ol#search-results {
    margin-left: 0;
    padding-left: 3px;
}

ol#search-results > li {
    list-style: outside none none;
    margin: 0 0 0px 0;
}

.result-title > span, .result-title > a {
    color: #002a5c;
    font-size: larger;
    font-weight: 500;
}

.k-list .result-title, .k-list .result-title > a {
    font-size: 105%;
    font-weight: 500;
}

.result-body cite { color: inherit; }

.result-body > p {
    font-size: small;
    margin-bottom: 0;
    padding-bottom: 0;
}

.result-body > .actions { text-align: left; }

.result-sub-items {
    font-size: 13px;
    margin-top: 16px;
}

.result-sub-items div {
    -moz-min-width: 260px;
    -ms-min-width: 260px;
    -o-min-width: 260px;
    -webkit-min-width: 260px;
    margin-bottom: 12px;
    min-width: 260px;
}

.result-sub-item { margin-bottom: 12px; }

.result-sub-item > span {
    display: block;
    font-size: small;
}

.result-sub-item > address, .result-sub-item > .policy-number { font-weight: 600; }

.result-sub-item > .actions { text-align: left; }

.result-sub-item .text-muted {
    /*text-decoration: line-through;*/
    color: #d3d3d3;
}

.result-sub-item .text-muted strong { font-weight: 500; }

.is-favorite li.favorite { display: none; }

.is-favorite li.last {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
}

.is-favorite .glyphicon-heart, .is-favorite .glyphicon-heart-empty { color: red; }
.is-default .glyphicon-star, .is-default .glyphicon-star-empty {
    color:red;
}
cite { color: #006621; }

.insured { font-weight: 600; }

#advanced-search-options { }

@media only screen and (max-width: 800px) {
    /* Force table to not be like tables anymore */
    #no-more-tables table,
    #no-more-tables thead,
    #no-more-tables tbody,
    #no-more-tables tfoot,
    #no-more-tables th,
    #no-more-tables td,
    #no-more-tables tr { display: block; }

    /* Hide table headers (but not display: none;, for accessibility) */
    #no-more-tables thead tr {
        left: -9999px;
        position: absolute;
        top: -9999px;
    }

    #no-more-tables tr { border: 1px solid #ccc; }

    #no-more-tables td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        padding-left: 50%;
        position: relative;
        text-align: left;
        white-space: normal;
    }

    #no-more-tables td:before {
        font-weight: bold;
        left: 6px;
        padding-right: 10px;
        /* Now like a table header */
        position: absolute;
        text-align: left;
        /* Top/left values mimic padding */
        top: 6px;
        white-space: nowrap;
        width: 45%;
    }

    /*
	Label the data
	*/
    #no-more-tables td:before { content: attr(data-title); }
}
.modal-static { 
    position: fixed;
    top: 50% !important; 
    left: 50% !important; 
    margin-top: -100px;  
    margin-left: -100px; 
    overflow: visible !important;
}
.modal-static,
.modal-static .modal-dialog,
.modal-static .modal-content {
    width: 200px; 
    height: 200px; 
}
.modal-static .modal-dialog,
.modal-static .modal-content {
    padding: 0 !important; 
    margin: 0 !important;
}
.modal-static .modal-content .icon {
}
/*Remove IE textbox clear*/

#Query::-ms-clear { display: none; }
.panel-agency {
  border-color: #002A5C;
}
.panel-agency > .panel-heading {
  color: #fff;
  background-color: #002A5C;
  border-color: #002A5C;
}
.panel-agency > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #002A5C;
}
.panel-agency > .panel-heading .badge {
  color: #808182;
  background-color: #fff;
}
.panel-agency > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #002A5C;
}