/* app css stylesheet */

/* phone and tablet */
@media screen and (max-width: 768px) {
    #print, .z-text-logo, .z-contact {
        display: none;
    }
}

/* smaller tablets (<1024px) hide the long zurich financial services logo */
@media screen and (min-width: 768px) and (max-width: 1000px) {
    /* .zurich-text-logo {
        display: none;
    } */
}

/* On the desktop version only as the links are collapsed in drop down on phone/table version */
@media screen and (min-width: 768px) {
    .navbar-nav li a {
        /* default is 15 for 50 height navbar, Zurich logo is 67 height, so need to pad it up another 17  */
        padding-top : 32px;
    }

}

/* overriding default bootstrap colors with Zurich ones */
a {
    color: #003399;
}

.panel-default .panel-heading {
    background-color: #F8F8F8;
}

.navbar-inverse .navbar-nav > li > a {
    color: #003399;
}


.navbar-brand img {
    max-height: 100%;
    margin-top:30px;
}

/* Increase menu bar due to logo height standard */
.zurich-navbar-brand{
    height: 67px; /* default 50 + 17 */
}

/* Tweak the toggle menu button due to the 17px increase in the logo */
.zurich-navbar-toggle {
    /* overriding the default 8+8*/
    margin-bottom: 16px;
    margin-top: 16px;
}

.zurich-text-logo {
    /* default is 15 for 50 height navbar, Zurich logo is 67 height, so need to pad it up another 17  */
    margin-top : 32px;
    margin-right: 0px;/*Override navbar right margin to zero. navbar right margin is -15px*/
}

.menu {
    list-style: none;
    /*border-bottom: 0.1em solid black;*/
    /*margin-bottom: 2em;*/
    margin-top: 2em;
    padding: 0.5em 0 0.5em 0;
    text-align: center;
}

.signup-div {
    position: relative;
    left: 22%;
}

#signUpMenu{
    float: right;
}

.menu:before {
    content: "[";
}

.menu:after {
    content: "]";
}

.menu > li {
    display: inline;
}

.menu > li:before {
    content: "|";
    padding-right: 0.3em;
}

.menu > li:nth-child(1):before {
    content: "";
    padding: 0;
}

body {
    /* menu bar is 134px with 10px as the real padding */
    padding-top: 134px;
    font-family: "Frutiger LT W04 55 Roman";
}

.starter-template {
    padding: 40px 15px;
    text-align: center;
}

.footer-right {
    text-align: right;
    font-size: 0.8em;
    margin: 1em 0em 0em 0em;
}

.btn-prev span {
    margin-right: 5px;
}

.btn-next span {
    margin-left: 5px;
}

.tooltip {
    width: 200px;
}

.empty-row {
    margin-top: 10px;
    margin-bottom: 10px;
}

.server-error {
    color: red;
    font-weight: bold;
}

/* Injects the red * into the label for any control group marked as mandatory */
.form-group.mandatory-asterisk .control-label:after {
    content: "*";
    color: red;
    margin-left: 2px;
}

.control-label {
    padding-bottom:5px;
}

/* style copied from old e-greeenslip app */
#print {
    float: right;
    text-align: right;
    font-size: 85%;
}

#print .printpage span {
    margin-right: 4px;
}

#print .bigtxt {
    font-size: 120%;
    font-weight: bold;
}

#print .smalltxt {
    font-size: smaller;
}

.z-font-and-print {
    margin: 0px 0px 10px 0px;
    text-align: right;
}

/* simple mywizard implementation */
.z-wizard {
    margin: 0px 0px 10px 0px;
    text-align: left;
}

.z-wizard a {
    padding: 10px 12px 10px;
    margin-right: 5px;
    background: #E2E8F1;
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #003399;
}

.z-wizard a:hover {
    color: #003399;
}

.z-wizard a:before {
    width: 0;
    height: 0;
    border-top: 20px inset transparent;
    border-bottom: 20px inset transparent;
    border-left: 20px solid #fff;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
}

.z-wizard a:after {
    width: 0;
    height: 0;
    border-top: 20px inset transparent;
    border-bottom: 20px inset transparent;
    border-left: 20px solid #E2E8F1;
    position: absolute;
    content: "";
    top: 0;
    right: -20px;
    z-index: 2;
}

.z-wizard a:first-child:before,
.z-wizard a:last-child:after {
    border: none;
}

.z-wizard a:first-child {
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.z-wizard a:last-child {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.z-wizard .badge {
    margin: 0 5px 0 18px;
    position: relative;
    top: -1px;
}

.z-wizard a:first-child .badge {
    margin-left: 0;
}

.z-wizard .current {
    /*background: #007ACC;*/
    background: #608CC8;
    color:#FFFFFF;
    /*font-weight: bold;*/
    /*color: #fff;*/
}

.z-wizard .current:after {
    /*border-left-color: #007ACC;*/
    border-left-color: #608CC8;
}

.z-wizard .complete {
    /*background: #007ACC;*/
    background: #BCEAEB;
    /*color: #fff;*/
}

.z-wizard .complete:after {
    /*border-left-color: #007ACC;*/
    border-left-color: #BCEAEB;
}


/*
    A quick fix due to slight incompatibility between bootstrap 3.3.1 and ui-bootstrap 0.12.0
    Cauing the modal dialog not greying out the main page in the background

    See the following stack over flow entry for more detail
    http://stackoverflow.com/questions/28505523/angular-modal-service-does-not-gray-out-background
*/
.modal-backdrop {
    bottom:0;
}


/*
    Override bootstrap's default styles
 */
.panel-group {
    margin-bottom: 0px;
}

.home-page {
    background-image: url('../img/blue-bg-tmp.jpg');
    height: 100%;
    min-height: 1024px;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    line-height: 500px;

    /* Base text style */
    color: #039;
    font-family: "Frutiger LT W04 55 Roman";
    font-size: 84px;
    font-weight: 700;

}

/*
The following were added for new Boomworks styling
*/
.z-input-panel {
	background-color: #d5e6f4;
}

.z-text-logo {
	color: #4c433d;
	font-family: "Frutiger LT W04 55 Roman";
	font-size: 20px;
	font-weight: 400;
	line-height: 19px;
}

.z-contact {
	color: #4066b3;
	font-family: "Frutiger LT W04 55 Roman";
	font-size: 14px;
	font-weight: 700;
	line-height: 14px;
}

.z-link {
	color: #4066b3;
	font-family: "Frutiger LT W04 55 Roman";
	font-size: 14px;
	font-weight: 700;
	line-height: 14px;
}

.z-link:hover, .z-link:visited, .z-link:link, .z-link:active
{
    text-decoration: none;
}

.z-invisible
{
    opacity:0;
    filter: alpha(opacity=0);
}

.z-print-label {
	color: #4066b3;
	font-family: "Frutiger LT W04 55 Roman";
	font-size: 14px;
	font-weight: 700;
	line-height: 14px;
	margin: 5px 5px 0 0;;
}

.z-dropdown-menu-text {
    color: #4066b3;
	font-family: "Frutiger LT W04 55 Roman";
	font-size: 12px;
	font-weight: 400;
	line-height: 12px;
}

.z-form-label {
	color: #4c433d;
	font-family: "Frutiger LT W04 55 Roman";
	font-size: 14px;
	font-weight: 700;
	line-height: 14px;
}

.z-amount-large-font {
	color: #4c433d;
	font-family: "Frutiger LT W04 55 Roman";
	font-size: 26px;
	font-weight: 400;
	line-height: 25px;
}

.z-claim-advisor {
    color: #4c433d;
    font-family: "Frutiger LT W04 55 Roman";
    font-size: 20px;
    font-weight: 200;
    line-height: 25px;
    margin: 0 0 10px;
}

.z-intermediary-details {
    color: #000080;
    font-family: "Frutiger LT W04 55 Roman";
    font-size: 16px;
    font-weight: 200;
    line-height: 25px;
    margin: 0 0 10px;
}

h1.z-title {
	color: #006;
	font-family: "Frutiger LT W04 55 Roman";
	font-size: 36px;
	font-weight: 400;
	line-height: 40px;
}

.z-title {
	color: #039;
	font-family: "Frutiger LT W04 55 Roman";
	font-size: 26px;
	font-weight: 400;
	line-height: 25px;
}

table.z-table th {
	color: #039;
	font-family: "Frutiger LT W04 55 Roman";
	font-size: 14px;
	font-weight: 700;
	line-height: 16px;
}

table.z-table td {
	width: 125px;
	height: 54px;
	color: #4c433d;
	font-family: "Frutiger LT W04 55 Roman";
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
}

.z-table-data-text {
	color: #4c433d;
	font-family: "Frutiger LT W04 55 Roman";
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
}

ul.z-navbar a {
	color: #4066b3;
	font-family: "Frutiger LT W04 55 Roman";
	font-size: 16px;
    font-weight: 400;
    line-height: 15px;
}

.z-colin-tab-header {
	background-color: #039;
	color: white;
	font-family: "Frutiger LT W04 65 Bold";
	font-size: 18px;
	font-weight: 700;
	line-height: 18px;
}

.z-colin-tab-text-b {
	background-color: #fff;
	color: #039;
	font-family: "Frutiger LT W04 55 Roman";
	font-size: 14px;
	font-weight: 700;
	line-height: 18px;
}

.z-colin-tab-text {
	color: #4c433d;
	font-family: "Frutiger LT W04 55 Roman";
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
}

.z-colin-table-label {
	background-color: #d5e6f4;
	color: #4c433d;
	font-family: "Frutiger LT W04 55 Roman";
	font-size: 14px;
	font-weight: 700;
	line-height: 18px;
}

.z-table-borderless tbody tr td,
.z-table-borderless tbody tr th,
.z-table-borderless thead tr th,
.z-table-borderless thead tr td,
.z-table-borderless tfoot tr th,
.z-table-borderless tfoot tr td {
    border: none;
}


/* override boostrap to remove the line under the navbar */
.navbar {
  border: 0;
}

/* override boostrap panel heading */
.panel-default > .panel-heading {
  	background-color: #e7eceb;
	color: #039;
	font-family: "Frutiger LT W04 55 Roman";
	font-size: 18px;
	font-weight: 700;
	line-height: 18px;
}

/* override boostrap popover */
.popover {
    max-width: 100%; /* Max Width of the popover (depending on the container!) */
    width: auto;
}

.z-divider-light {
  height: 1px;
  display: block; /* for use on default inline elements like span */
  margin: 20px 15px 20px 15px;
  overflow: hidden;
  background-color: #039;
}

.z-divider {
  height: 1px;
  display: block; /* for use on default inline elements like span */
  margin: 20px 0 20px 15px;
  overflow: hidden;
  border: 2px solid #006;
  background-color: #039;
}

.z-divider-bold {
  height: 6px;
  display: block; /* for use on default inline elements like span */
  margin: 0 15px 0 15px;
  overflow: hidden;
  border: 2px solid #006;
  background-color: #039;
}

.z-toggle-buttons .btn {
	border-radius: 24px;
}

.z-toggle-buttons-selected {
	border-radius: 24px;
}

.z-checkbox {
 width: 30px;
 height: 30px;
 border: 2px solid #039;
 border-radius: 6px;
}

table.z-table .tdAlign {
	padding-top:20px;
}

.z-colin-tab-header-text {
	color: #4c433d;
	font-family: "Frutiger LT W04 55 Roman";
	font-size: 18px;
	font-weight: 400;
	line-height: 18px;
}

table.z-table .border_bottom {
 border-bottom: 4px solid #039;
}

h1.z-report-title{
color: #006;
font-family: "Frutiger LT W04 45 Light";
font-size: 36px;
font-weight: 400;
line-height: 40px;
}

.z-report-type-title {
	color: #039;
	font-family: "Frutiger LT W04 45 Light";
	font-size: 26px;
	font-weight: 400;
	line-height: 25px;	
}

.z-report-name-title {
	color: #039;
	font-family: "Frutiger LT W04 45 Light";
	font-size: 18px;
	font-weight: 400;
	line-height: 18px;
	padding: 10px;
}

label.z-label {
	margin: 10px;
}

.z-footer {
	padding: 15px 50px 35px 0;
    background-color: #dadada;
}

div.z-no-right-margin {	
    margin-right: 0px;    /* remove right margin generated by bootstrap row class (-15px) */
}
div.z-no-left-margin {
    margin-left: 0px;    /* remove right margin generated by bootstrap row class (-15px) */
}
.z-autocomp-highlight {
	color: #039;
}

.report-view-button{
    margin-top:20px;
    float: right;
}

.z-divider-report-view{
  height: 3px;
  display: block; /* for use on default inline elements like span */
  margin: 10px 15px 10px 15px;
  overflow: hidden;
  background-color: #039;
}

.report-view-table-column{
    font-size: 18px;
}
.report-view-table-header{
    font-size: 23px;
    margin-bottom:15px;
    margin-top:25px;
}

.claim-status{
color: white;
background-color: #039;
font-family: "Frutiger LT W04 45 Light";
font-size: 12px;
font-weight: 700;
line-height: 12px;
width: 57px;
height:22px;
text-align:center;
padding-top:5px;
}

.claim-status-closed{
color: white;
background-color: #e2271d;
font-family: "Frutiger LT W04 45 Light";
font-size: 12px;
font-weight: 700;
line-height: 12px;
width: 57px;
height:22px;
text-align:center;
padding-top:5px;
}

.claim-details,a:hover.claim-details{
 color: white;
 font-family: "Frutiger LT W04 45 Light";
 font-size: 14px;
 font-weight: 700;
 line-height: 14px;
 background: url(../img/rectangle.png);
 display: block;
 text-align: center;
 line-height: 40px;
 width:248px;
}

.claim-details-image{
 background: url(../img/fill-circle.png);
 background-size: 100% 100%;
 background-position: center;
 padding:2px 5px 2px 7px;
 align:center;
}

.email-notif-tile {
	color: #039;
	font-family: "Frutiger LT W04 55 Roman";
	font-size: 18px;
	font-weight: 700;
	line-height: 18px;
}

.email-notif-desc {
	color: #4c433d;
	font-family: "Frutiger LT W04 55 Roman";
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
}

.label-align-right{
    text-align:right;
}
.label-align-left{
    text-align:left;
    padding-left:0;
}

.z-error {
	font-family: "Frutiger LT W04 55 Roman";
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    color: #a94442;
}

.z-btn-clear {
	padding: 5px 5px; 
    font-size: 12px;
    line-height: 1;
    border-radius: 3px;
    color: #fff;
    background-color: white;
    border: 1.833333333333333px solid #e7eceb;
}

.z-claim-search-btns {
	padding: 35px
}

.claim-status-empty{
color: white;
background-color: white;
font-family: "Frutiger LT W04 45 Light";
font-size: 12px;
font-weight: 700;
line-height: 12px;
width: 57px;
height:22px;
text-align:center;
padding-top:5px;
font-color:white;
}

.switch.checked {
  background: #00bfb3;
}

.helpTextVal {
    padding: 10px 10px 0px 10px;
    width: 317px;
    color: #006;
    font-family: "Frutiger LT W04 45 Light";
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
}
.tooltip .tooltip-inner {
   color: #006;
   background-color: white;
   border-radius:1px;
   font-family: "Frutiger LT W04 45 Light";
   font-size: 12px;
   font-weight: 400;
   line-height: 14px;
   background: url(../img/combined-shape.png);
   background-size: 100% 100%;
}

.homePageImage {
height:100%;width:100%;
}

.recently-view-claim-header{
    height:125px;
    width:248px;
    min-height:125px;
    max-height:125px;
    background-color: #e7eceb;
}
.recently-viewed-claim-header-content {
    color: #039;
    font-family: "Frutiger LT W04 55 Roman";
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    width:200px;
}

.recently-view-claim-body{
    height:130px;
    width:248px;
    background-color: #f5f7f7;
}

.recently-view-claim-cell {
    padding-left: 0;
    padding-right: 5px;
}

.marginLeft{
    margin-left:20px;
}
.z-divider-bold-grey {
  height: 2px;
  display: block; /* for use on default inline elements like span */
  margin: 10px 35px 10px 35px;
  overflow: hidden;
  background-color: #a89f96;
}

.marginTop{
   margin-top:10px;
}

.z-claim-progress {
	padding: 10px
}

.popover-content {
    white-space: pre-wrap;
}

.file-notes .popover-content {
    max-height: 300px !important;
    overflow-y: auto;
}

.file-notes a{
    cursor: pointer;
}

.z-multi-lines {
    white-space: pre-wrap;
}

.z-filenotes {
    white-space: pre-line;
}

.angucomplete-dropdown {
	width: 100%;
}

.saved-reports-header {
    width:496px;
    background-color: #e7eceb;
}

.saved-reports-header-content {
    color: #039;
    font-family: "Frutiger LT W04 55 Roman";
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    width:400px;
}

.saved-reports-body {
    width:496px;
    background-color: #f5f7f7;
}

.z-offset-left-margin {
    margin-left: -15px;
}

.run-saved-report {
 color: white;
 font-family: "Frutiger LT W04 45 Light";
 font-size: 14px;
 font-weight: 700;
 line-height: 14px;
 background: url(../img/rectangle.png);
 display: block;
 text-align: center;
 line-height: 40px;
 width:496px;
}

.note-content{
	text-align: justify;	
}

.other-text{
	width:103% !important;
}

/* Scroll Back to Top button start*/

/* Smartphones */
@media only screen and (min-width : 320px) and (max-width : 480px) {
	.back-to-top {
		bottom: 30px !important;
		right: 10px !important;
	}
}

/* iPads */
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.back-to-top {
		bottom: 30px !important;
		right: 15px !important;
	}
}

/* Desktops and laptops */
@media only screen and (min-width: 1224px){
	.back-to-top {
		bottom: 30px !important;
		right: 40px !important;
	}
}

/* Large screens*/
@media only screen and (min-width : 1600px) {
	.back-to-top {
		bottom: 30px !important;
		right: 100px !important;
	}
}

.back-to-top {
	height: 40px;
	width: 40px;
	bottom: 30px;
	right: 15px;
	position: fixed;
	z-index: 10;
	border: 0;
	outline: none;
	overflow: hidden;
	text-indent: 100%;
	color: transparent;
	white-space: nowrap;
	background: rgb(0, 51, 153) url(../img/icon-back-to-top.svg) no-repeat	center center;
	border-radius: 50%;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.holding-message {
	font-family: "Frutiger LT W01 45 Light";
	font-weight: bold;
	text-align: center;
    padding-top: 20px;
    font-size: medium;
}

.holding-error-message {
	font-family: "Frutiger LT W01 45 Light";
	font-weight: bold;
	text-align: center;
    padding-top: 20px;
    padding-bottom: 10%;
    font-size: medium;
}

.error-zurich-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6%;
}

.hint-text {
    padding-top: 60px;
    padding-left: 15px;
    font-weight: bold;
}

.vertical-center {
  transform: translateY(-100%);
}

.filenotes-export-button-align {
  transform: translateY(10%);
  float: right;
}

.z-checkbox-policies {
 width: 25px;
 height: 25px;
 border: 2px solid #039;
 border-radius: 6px;
}

.hint-text-broker {
    padding-top: 15px;
    font-weight: bold;
}

.popup-box-layout{
    contain: layout;
    background-color: #d5e6f4;
    padding: inherit;
    border-radius: 4px;
}

.broker-error {
	font-family: "Frutiger LT W04 55 Roman";
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #a94442;
    margin-bottom: 10px;
}

h4.z-title {
	color: #039;
	font-family: "Frutiger LT W04 55 Roman";
	font-size: 20px;
	font-weight: 400;
	line-height: 25px;
}

.splash-add-image {
    padding-right: 15px;
}

.sub-heading {
    padding-left: 15px;
}

.splash-image-margin {
    margin-bottom: 15px;
    margin-top: -25px;
}

.splash-image-right-margin {
    margin-right: 15px;
}

.file-chooser {
    background: url(../img/upload-icon.jpg) no-repeat;
    padding:15px;
}


/* Scroll Back to Top button end*/