/* Start of previous css */

.table-hover td > a:hover{
    color:#144c78;
}

.table-hover th > a:hover{
    color: #144c78;
}

.table-hover tr td {
    cursor: pointer;
}

.table.active-primary tr.active,
.table.active-primary tr.active a,
.table.active-primary tr.active td,
.table.active-primary tr.active:hover td
{
    background-color: #1886f5;
    color:white;
}


.top-navigation .wrapper.wrapper-content {
    padding-bottom: 60px;
    padding-left: 0px;
    padding-right: 0px;

}

#temp-map-container {

    background-image: url("../../img/temp-map-image.png");
    background-repeat: repeat-x;
    height: 400px;
}

#map-container {
    height: 400px;
}
#map-container2 {
    height: 400px;
}
.ibox-content {
    border-color: #ffffff;
}


.dropdown-toggle.btn-default:hover {
    background-color: #c2c2c2;
    border-color: #c2c2c2;
    color: white;
}

.dropdown-toggle.btn-default {
    background-color: transparent;
    border-color: #c2c2c2;
    color: #c2c2c2;
}


.btn-success {
    color: #ffffff;
    background-color: #6492B2;
    border-color: #6492B2;
}

.btn-blank {
    background-color: #ffffff;
    border-color: #c2c2c2;
}


.btn-primary {
					  color: #ffffff;
					  background-color: #C2C2C2;
					  border-color: #C2C2C2;
					}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
					  color: #ffffff;
					  background-color: #C2C2C2;
					  border-color: #C2C2C2;
					}


.label-primary	{

					background-color: #C2C2C2;

				}


.navbar-links .btn{

    padding: 3px 6px;

}

.form-control,
.single-line {
  background-color: #FFFFFF;
  background-image: none;
  border: 1px solid #e5e6e7;
  border-radius: 1px;
  color: inherit;
  display: block;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
  font-size: 14px;
}

.form-control:focus,
.single-line:focus {
  border-color: #E5E6E7 !important;
}


.nav-tabs>li>a{
	margin-right:0px;
	line-height:1.42857143;
	border:1px solid transparent;
	border-radius:4px 4px 0 0
}

.top-navigation .nav > li.active > a {
  color: #676A6C;
}

.top-navigation .nav > li a:hover,
.top-navigation .nav > li a:focus {
  color: #676A6C;
}


.hard_link{
    color:#6492B2;
}

.soft_link{
    color:#CCCCCC;
}


.quotetables{
    table-layout:fixed;
}

.quotetables td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* End of previous css */


/* Navbar */
.navbar-static-top {
    height:90px;
}

.navbar .level-1 {
    background:#2071c5;
    height: 65px;
}

.navbar .level-2 {
    background:#1886f5;
    height: 25px;
}


/* Navbar branding - text only*/
.top-navigation .navbar-brand {
    float:left;
    height:64px;
    font-size:18px;
    background:#2071c5;
    padding: 2px 15px 1px 15px;
}

.top-navigation .navbar-header {
    font-size: 36px;
    color: white;
    line-height:64px;
    font-family: "freight-sans-pro", sans-serif;
    font-style: normal;
    font-weight: 600;
}

/* Navbar branding - image*/
.top-navigation .navbar-brand img{
    float:left;
    width: 56px;
    padding-top: 5px;
}

.navbar-brand:hover {
    opacity:.6;
}

/* Left navigation */
.nav-menu {
    list-style:none;
    font-size:17px;
    float:left;
    height:64px;
    padding:0;
    margin:0;
}

.nav-menu li:before {
    content:url('../img/breadcrumb.svg');
    float:left;
    width:54px;
    height:64px;
}

.nav-menu li {
    float:left;
    position:relative;
    height:64px;
    color:#fff;
    z-index: 2;
}

.nav-menu a {
    display:block;
    color:#fff;
    text-decoration:none;
    height:64px;
    margin-left:54px;
    padding: 21px 0 0 5px;
    white-space: nowrap;
}

.nav-menu ul {
    background:#444;
    list-style:none;
    position:absolute;
    z-index:-1;
    display:none;
    padding: 65px 0 10px 10px;
    font-size:15px;
    margin:-64px 0 0 48px;
    -webkit-border-bottom-right-radius:8px;
    -webkit-border-bottom-left-radius:8px;
    -moz-border-radius-bottomright:8px;
    -moz-border-radius-bottomleft:8px;
    border-bottom-right-radius:8px;
    border-bottom-left-radius:8px;
}

.nav-menu ul li {
    width:100%;
    height:35px;
    font-size:14px;
    overflow:hidden;
}

/* Top level menu icons */
.nav-menu li img{
    width:20px;
    height:20px;
    margin-right: 10px;
    float: left;
}

/* Can be checked or unchecked */
.nav-menu ul li:before {
    content:"";
    float:left;
    margin: 10px 8px 6px 6px;
    width:20px;
    height:20px;
    position:relative;
    z-index:0;
}

.nav-menu a:hover {
    color: #eaeaeb;
}

.nav-menu .checked{
    background-image:url('../img/check.svg');
    background-position: 5px 11px;
    background-repeat:no-repeat;
    background-size: 18px 15px;
}


.nav-menu ul li:first-child a {
    border-top:1px solid #7c7c7c;
}

.nav-menu ul li a {
    float:left;
    padding:9px 60px 0 0;
    height:40px;
    width:calc(100% - 34px);
    white-space:nowrap;
    margin:0;
}

.nav-menu li:hover a {
    position:relative;
    z-index:2;
}

.nav-menu ul .title a{
    color:#a2a2a2;
    font-size:13px;
}

/* Navigation on the right */
.nav-right {
    position:fixed;
    top:0;
    right:0;
    display:none;
}

.nav-right li:before{
    content:"";
}

/* Level 1 navigation */
.level-1 .navbar-header .navbar-links {
    margin-left: 20px;
}

.level-1 .navbar-header .navbar-links a {
    color: white;
    font-family: "freight-sans-pro", sans-serif;
    font-size: 21px;
}

.level-1 .navbar-header .navbar-links a.active,
.level-1 .navbar-header .navbar-links a:active {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.level-1 .navbar-header .navbar-links a.active {
    background-color: #1886f5;
    border-color: #1886f5;
}

/* Level 2 navigation */
.level-2 {
    padding-left: 88px;
    padding-top: 2px;
}

.level-2 .menu {
    display: none;
}

.level-2 .menu a {
    color: #ccc;
    font-size: 15px;
    padding: 0 15px;
}

.level-2 .menu a:first-child {
    padding-left: 0;
}

.level-2 .menu.active {
    display: block;
}

.level-2 .menu.active a.active {
    color: white;
}

/* Navigation on the right */
.nav-right {
    position:fixed;
    top:0;
    right:0;
    display:none;
}

.nav-right li:before{
    content:"";
}

/* Right navigation */
.top-navigation .navbar-right {
    margin-top:15px;
    margin-right: 0;
    overflow:auto;
    min-width: 320px;
}

.task-button {
    float: left;
    margin-right: 31px;
    font-size: 25px;
    width: 35px;
    text-align: center;
    line-height: 35px;
    background: #1886f5;
    color: #fff;
    border-radius: 18px;
}

.top-navigation .navbar-right .audit-button {
    float: left;
    margin-right: 15px;
    background-color: #00cb6a;
    border-color: #00cb6a;
}

.navbar-right ul li a{
    padding: 21px 20px 20px 7px;
    white-space: nowrap;
}

.navbar-right ul li ul a{
    padding: 9px 60px 0 0;
}

.account-menu, i:hover {
    cursor:pointer;
}

.account-menu #secure {
    margin-top: 0px;
    font-size: 23px;
    width: 35px;
    text-align: center;
    line-height: 35px;
    background: #00cb6a;
    color: #fff;
    border-radius: 18px;
}

/* Search input */
.search{
    float:left;
    padding: 7px 40px 7px 36px;
    /* border:2px solid #86b4ca; */				/* This remove the border around the search text field */
    background:#fff;
    color: #636363;
    width:200px;
    background-image:url('../img/search.svg');
    background-position: 9px center;
    background-repeat:no-repeat;
    background-size: 20px 20px;
    -webkit-border-radius:18px;
    -moz-border-radius:18px;
    border-radius:18px;
}

.search svg {
    fill: #ccc;
}

input.search::-webkit-input-placeholder{
    color:#ccc;
}
input.search:-moz-placeholder{
   color:#ccc;
   opacity:1;
}
input.search::-moz-placeholder{
   color:#ccc;
   opacity:1;
}
input.search:-ms-input-placeholder{
   color:#ccc;
}

.search-active{
    background:#444;
    width: 300px;
    /*border:2px solid #7d7979;*/				/* This remove the border around the search text field */
    background-image:url('../img/search.svg');
    background-position: 9px center;
    background-repeat:no-repeat;
    background-size: 20px 20px;
}

#cancel-search{
    display: none;
    margin: 10px 0px 6px -27px;
    float: left;
    width:15px;
    height:15px;
}

.navbar-right .account-menu{
    float: left;
}

/* Search sidebar */
#search-sidebar{
    background-color: #444;
    position: fixed;
    top:0;
    right:0;
    padding: 74px 0 20px 10px;
    min-width: 410px;
    z-index: -2;
    font-size: 15px;
    color: #8e8b8a;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-left-radius: 8px;
}

.navbar-right .fullscreen{
    height: 100%;
}

/* All hidden by default */
#search-sidebar, #searching, #search-results{
    display: none;
}

/* Searching text*/
#searching{
    overflow: auto;
    color:#a2a2a2;
}

/* Searching spinner */
#searching img{
    margin: 0 10px 0 10px;
    height:20px;
    width:20px;
    vertical-align:middle;
}

/* Search Results */
#search-results ul{
    list-style: none;
    padding: 0;
}

#search-results li{
    padding-top: 10px;
}

#search-results .heading{
    font-size: 28px;
    color: #fff;
    margin: 15px 0 20px 43px;
}

#search-results .heading span{
    color: #6e6b6b;
    float:right;
    padding-right: 20px;
}

#search-results .icon{
    margin: 5px 0 0 5px;
    width:20px;
    height:20px;
    float: left;
}

#search-results .name{
    font-size: 15px;
    line-height: 30px;
    color: #fff;
    line-height: 30px;
    margin-left: 20px;
    float: left;
}

#search-results .address{
    clear: both;
    font-size: 15px;
    line-height: 30px;
    color: #a2a2a2;
    padding-bottom: 15px;
    margin-left: 45px;
    border-bottom: 1px solid #6e6b6b;
    padding-right: 50px;
}

#search-results li:last-child .address{
    border-bottom: none;
}

#search-results .see-more{
    position: absolute;
    bottom: 0;
    margin: 0 0 15px 15px;
    padding:12px 18px;
    color: #fff;
    background-color: #606060;
    -webkit-border-radius: 15px;
    -moz-border-radius: 18px;
    border-radius: 18px;
}
#search-results .see-more img{
    margin-left: 5px;
    width:20px;
}

/* Prevent outline on links */
a, a:active, a:focus {
    outline: none;
}

/* Text Angular */
.ta-toolbar .btn-group {
    margin-bottom: 5px;
}
.note-text {
    white-space: pre-wrap;
}

.ibox.right-column .ibox-content h2 {
    margin-top: 5px;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 12px;
}
.claim-detail-strong{
    font-weight: 400;
}

.claim-detail{
    padding-bottom: 40px;
    padding-top: 20px;
}

.claim-tables>tbody>tr>td{
    white-space: nowrap;
    text-overflow:ellipsis;
    overflow: hidden;
    max-width: 250px;
}

.risk-heading{
    font-size: 58px;
    margin-top: 20px;
    margin-bottom: 60px;
    color: #9C1C64;
}

.admin-heading{
    font-size: 58px;
    margin-top: 20px;
    margin-bottom: 60px;
    color: #9C1C64;
}

.admin-sub-heading-off{
    color: #d5d6d7;
}

.admin-table-header{
    font-size: 24px;
    font-weight: 100;
}

#document_template_header_content {
    min-height: 300px;
    resize: vertical;
}

.policy-form{
    font-size: 14px;
    font-weight: 400;
}
.icon-heading{
    display: inline-block;
    vertical-align: middle;
    line-height: 44px;
    margin-left: 20px;
    font-size: 28px;
}

.icon-heading-side-bar{
    display: inline-block;
    vertical-align: middle;
    line-height: 64px;
    margin-left: 5px;
    font-size: 28px;
    color: white;
}

.quote-sub-heading-white{
    font-size: 22px;
    color:white;
}

.quote-sub-heading-spectrum{
    font-size: 28px;
    color:#2071c5;
}

.quote-sub-heading{
    font-size: 22px;
    color:#2f93d5;
}

.quote-sub-heading-inline{
    display: inline !important;
}

.quote-sub-heading-inline-active{
    color:#2071c5;
    display: inline !important;
    margin-right: 50px;
    padding: 5px;
    border-bottom: 4px solid #3ba9fc ;
}

.quote-sub-heading-inline-inactive{
    color: #cecece;
    display: inline !important;
    margin-right: 50px;
}

.quote-sub-heading-warning{
    font-size: 22px;
    color:#990000;
}

.quote-sub-heading-info{
    font-size: 15px;
    line-height: inherit;
}

.btn-reverse-payment{
    border: 1px #d4c804 solid;
    background-color: #eee21e;
    color: #000;
    font-weight: 400;
    font-size: 13px;
}

.btn-reverse-payment:hover{
    border: 1px #d4c804 solid;
    background-color: #eee21e;
    color: #000 !important;
}

.btn-make-payment{
    border: 1px #69a64b solid;
    background-color: #79b55b;
    color: #f7f7f7;
    font-weight: 400;
    font-size: 13px;
}

.btn-make-payment:hover{
    border: 1px #69a64b solid;
    background-color: #79b55b;
    color: #f7f7f7 !important;
}

.btn-lead-qualify{
    border: 1px #69a64b solid;
    color: #69a64b;
    font-weight: 400;
    font-size: 13px;
    padding: 3px 12px;
}

.btn-lead-qualify:hover{
    border: 1px #69a64b solid;
    background-color: #79b55b;
    color: #f7f7f7 !important;
}

.btn-lead-quote{
    border: 1px #c3c3c3 solid;
    color: #c3c3c3;
    font-weight: 400;
    font-size: 13px;
    padding: 3px 12px;
}

.btn-lead-quote:hover{
    border: 1px #c3c3c3 solid;
    background-color: #f3f3f3;
    color: #c3c3c3 !important;
}

.btn-quote-action{
    border: 1px #c3c3c3 solid;
    background-color: #f3f3f3;
    color: #000;
    font-weight: 400;
    font-size: 13px;
}

.btn-quote-action:hover{
    border: 1px #c3c3c3 solid;
    background-color: #f3f3f3;
    color: #000 !important;
}

.btn-edit-information{
    border: 1px #c3c3c3 solid;
    background-color: #f3f3f3;
    color: #000;
    font-weight: 400;
    font-size: 13px;
}

.btn-edit-information:hover{
    border: 1px #c3c3c3 solid;
    background-color: #f3f3f3;
    color: #000 !important;
}

.btn-edit-information{
    border: 1px #c3c3c3 solid;
    background-color: #f3f3f3;
    color: #000;
    font-weight: 400;
    font-size: 13px;
}

.btn-edit-information:hover{
    border: 1px #c3c3c3 solid;
    background-color: #f3f3f3;
    color: #000 !important;
}

.btn-make-payment{
    border: 1px #69a64b solid;
    background-color: #79b55b;
    color: #f7f7f7;
    font-weight: 400;
    font-size: 14px;
}

.btn-make-payment:hover{
    border: 1px #69a64b solid;
    background-color: #79b55b;
    color: #f7f7f7 !important;
}


.table-hover-popover>tbody>tr:hover{
    background-color: #1886f5;
    color: white;
    cursor: pointer;
}

.table-hover-popover-admin>tbody>tr:hover{
    background-color: #1886f5;
    color: white;
    cursor: pointer;
}

.table-hover-popover-admin>tbody>tr:hover a{
    background-color: #1886f5;
    color: white;
    cursor: pointer;
}


.table-modal{
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}


.report-form{
    padding-left: 0px;
    padding-top: 5px;
}

.report-form-block{
    margin-top: 25px;
    padding-left: 0px
}

.report-date-picker{
    position: relative;
    top: 1px;
}

.report-date-picker-icon{
    position: relative;
    top: 0px;
}

.with-bar{
    margin-top: 50px;
    padding-top: 30px;
    border-top: 6px #dddddd solid;
}

/* Width still needs to be set for the element */
.truncate-string {
    white-space: nowrap;
    /*width: 75%;*/
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

.documentsListTable {
    max-width: 100%;
    min-width: 50%;
    width: 100%;
    table-layout: fixed;
}

.documentsListTable thead th {
    /*width: 50px !important;*/
}

/*.documentsListTable tbody td {*/
/*    width: 15%;*/
/*    white-space: nowrap;*/
/*    overflow: hidden;*/
/*    text-overflow: ellipsis;*/
/*}*/

/*.documentsListTable tbody td tr:nth-child(0), td:nth-child(2) {*/
/*    width: 20%;*/
/*    white-space: nowrap;*/
/*    overflow: hidden;*/
/*    text-overflow: ellipsis;*/
/*}*/

/*.documentsListTable tbody tr td:nth-child(1) {*/
/*    width: 40%;*/
/*    white-space: nowrap;*/
/*    overflow: hidden;*/
/*    text-overflow: ellipsis;*/
/*}*/

/*.documentsListTable tbody tr td:nth-child(3), td:nth-child(4) {*/
/*    width: 15px;*/
/*}*/

.documentsListTable thead tr th:nth-child(1), .documentsListTable thead tr th:nth-child(3) {
    width: 20%;
}

.documentsListTable thead tr th:nth-child(2) {
    width: 40%;
}

.documentsListTable thead tr th:nth-child(4), .documentsListTable thead tr th:nth-child(5) {
    width: 15px;
}

.documentsListTable tbody tr td:nth-child(1), .documentsListTable tbody tr td:nth-child(2), .documentsListTable tbody tr td:nth-child(3) {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.notesTable {
    
}

.darkenOnHover {
    /*transition: all 0.05s ease-in-out;*/
}

.darkenOnHover:hover {
    filter: brightness(50%);
    background-color: white;
}