.login-box .scout_hello {
  position: absolute;
}

.login-box .scout_hello img {
  height:  80px;
  margin-top:  -58px;
  margin-left: 17px;
}

.login-box .meet-scout {
	 font-size: 1em;
   position: absolute;
   width: 200px;
   padding: 8px;
   color: #262626;
   background-color: beige;
   border-radius: 4px;
   margin-top: -85px;
   margin-left: -75px;
   display: none;
}

.login-box .meet-scout #company-title {
	color: #052d62;
}

.login-box .meet-scout .notch {
    position: absolute;
    bottom: 35px;
    left: -10px;
    border-top: 10px solid transparent;
    border-right: 10px solid #ffffff;
    border-bottom: 10px solid transparent;
    border-right-color: #fcf8e3;
}

.login-box .meet-scout h4{
   font-size: 1em;
}

.login-box .alert-danger,
.login-box .alert-warning,
.login-box .alert-info {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

body {
	margin: 0px;
	font-family: 'Droid Sans', sans-serif;
	font-size: 14px;
	color: #262626;
}

#login-social-links {
	float: right; 
	list-style: none; 
	padding-right: 20px;
}

#login-social-links li {
	display: inline-block; 
	margin-left: 20px;
}

body a:link {
	color: #032e8a;
	font-weight: normal;
	text-decoration: none;
}

body a:visited {
    color: #032e8a;
    font-weight: normal;
    text-decoration: none;
}

body a:hover {
    /* color: #5CA3E8; */
    opacity: 0.85;
    text-decoration: none;
}

body input,
body textarea,
body select, 
body button {
	font-family: 'Droid Sans', sans-serif;
}

a.button, input.button {
	border: 1px solid #262626;
	border-radius: 4px;
	padding: 4px;
	box-shadow: 2px 2px 4px #737373;
	font-weight: normal;
}

.content.content-duplicate {
	  background-color: #FFFFCC;
}

.page {
    background-color: #FFFFFF;
}

.page .content {
	padding: 0 16px;
    overflow: visible;
    font-size: initial;
    letter-spacing: 0;
}

#banner_system_alert {
  padding: 4px;
  font-size: 14px;
  background-color: maroon;
  color: white;
  text-align: center;
}

#banner_system_alert img {
  height: 24px;
  vertical-align: middle;
  padding-bottom: 4px;
  margin-right: 10px;
}

/* #header {
    margin-bottom: 14px;
} */

#UnderwriterLinks #actions {
  width: 300px;
  text-align: right;
}

#UnderwriterLinks a.eclosing.title-company-link, #UnderwriterLinks button {
  font-family: Helvetica;
  font-weight: bold;
  font-size: 8pt;
  color: #052d62;
}

#UnderwriterLinks button {
  background-color: #d9dcdf;
  font-size: small;
  padding: 6px;
  font-weight: normal;
  font-family: 'Droid Sans', sans-serif;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border: 1px solid #262626;
  border-radius: 2px;
  margin: 2px;
  width: 154px;
  cursor: pointer;
}

a.eclosing.underwriter-action:link {
   border-top: 1px solid #96d1f8;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
   background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
   background: -ms-linear-gradient(top, #3e779d, #65a9d7);
   background: -o-linear-gradient(top, #3e779d, #65a9d7);
   padding: 6.5px 13px;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 12px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   line-height: 33px;
   }
a.eclosing.underwriter-action:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;
   }
a.eclosing.underwriter-action:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }

.header-link-text:link {
    font-family: 'Droid Sans', sans-serif;
    font-weight: bold;
    color: #052d62;
}

.header-title {
    font-family: 'Droid Sans', sans-serif;
    /* background-color: #052d62; */
    padding: 4px;
}

.header-title td {
    padding: 20px;
}

#header td.ScoutCell {
	text-align: right;
	vertical-align: bottom;
}

#header td.ScoutCell img {
	height: 74px;
}

#header-help-icon {
	width: 36px;
	height: 32px;
}

#header-help-icon img {
    height: 24px;
    padding-right: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.email-alert-border {
    color: darkred !important;
}

.email-alert {
	color: orange !important;
	-webkit-animation: pulsate 2s ease-out;
	-webkit-animation-iteration-count: infinite; 
	-ms-animation: pulsate 2s ease-out;
	-ms-animation-iteration-count: infinite;
	opacity: 0.0; 
}

.scout-icon-small {
	height: 28px;
	vertical-align: middle;
}

@-webkit-keyframes pulsate {
	10% {-webkit-transform: scale(0.1, 0.1); opacity: 0.0;}
	60% {opacity: 1.0;}
	100% {-webkit-transform: scale(1.0, 1.0); opacity: 0.0;}
}

@-ms-keyframes pulsate {
	10% {-ms-transform: scale(0.1, 0.1); opacity: 0.0;}
	60% {opacity: 1.0;}
	100% {-ms-transform: scale(1.2, 1.2); opacity: 0.0;}
}

 #video-index img {
     vertical-align: middle;
     padding: 2px;
 }

.main-menu {
    padding: 6px;
    font-family: 'Droid Sans', sans-serif;
    background-color: #262626;
}

a.eclosing:link  {text-decoration : none; color : #032e8a ; }
a.eclosing:active  {text-decoration : none; color : #032e8a ; }
a.eclosing:visited  {text-decoration : none; color : #032e8a; }
a.eclosing:hover  {text-decoration : none; color : initial ; background-color : none; }

.bborder {
  border-bottom: 1px solid black;
}

.bordered {
  border: 1px solid black;
}

.borderedWhite {
  border: 1px solid white;
}

.clear {
  clear: both;
}

.floatleft {
  float: left;
}

.hide {
  display: none;
}

.hoverMenu {
  margin: 0;
  position: fixed;
  top: 2em;
  left: auto;
  right: 2em;
}

.informational_message_div {
  position:absolute;
  top: 0;
  left: 0;
  min-width: 250px;
  padding: 3px;
  border: 5px green inset;
  background: white;
  display: none;
  z-index: 100;
}

.informational_message_title_div {
  background: #00cc00; 
  width: 100%; 
  cursor:move;
  font-size: 20px;
  font-weight: bold;
}

#users-table .user-action {
    display: inline-block;
    width: 35px;
}

.usersTabs {
    margin-bottom: 10px !important;
}

.nav-link {
    cursor: pointer;
}

.nav-link.active {
    border: 1px solid lightgray;
}

.informational_message_contents {
}

.lborder {
  border-left: 1px solid black;
}

.padded {
  padding: 3px;
}

.rborder {
  border-right: 1px solid black;
}

.tborder {
  border-top: 1px solid black;
}

.blocking_modal_overlay {
  position:fixed; 
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:#000;
  opacity:0.5;
  filter:alpha(opacity=50);
  z-index:997;
}

.blocking_modal {
  position:absolute;
  background:url(/images/tint20.png) 0 0 repeat;
  background:rgba(0,0,0,0.2);
  border-radius:14px;
  padding:8px;
  z-index:1051;
  margin: 0 auto;
  max-width: 600px;
  left: 0 !important;
  right: 0;
}

.blocking_modal_content {
  border-radius:8px;
  background:#fff;
  padding:20px;
}

.blocking_modal_content h3 {
  text-align: center;
  padding-top: -10px;
  padding-bottom: 5px;;
  margin-top: -10px;
  margin-bottom: 0;
}

.blocking_modal_close {
  position:absolute;
  background:url(/images/close.png) 0 0 no-repeat;
  width:24px;
  height:27px;
  display:block;
  text-indent:-9999px;
  top:-7px;
  right:-7px;
}

.system-message-window {
  display:block;
  background-color: #f9ffc1;
  width: 350px;
  border-radius: 6px;
  padding: 20px;
  position: relative;
  border: 2px solid #af2424;
  outline: 5px solid #f9ffc1;
  margin: auto;
  top: 20px;
}

.system-message-window h1,
.system-message-window h2
{
  text-align: center;
  width: 100%;
  color: #af2424;
  line-height: 1em; 
}

#headerDiv {
  width: 100%;
  background-color: #FFFFFF;
}

#banner {
  padding: 10px;
}

#headerDiv .header_logo {
  margin-right: auto;
  float: left;
}

#headerDiv .training_links,
#headerDiv .help_links {
  float: right;
  font-weight: bold;
  font-size: 16px;
}

#headerDiv .training_links {
  margin-left: auto;
  margin-right: 80px;
}

/* The following styles are used to vertically align divs */
.centering-outer {height: 150px; overflow: hidden; position: relative;}
.centering-outer[class] {display: table; position: static;}
.centering-middle {position: absolute; top: 50%;} /* for quirk explorer only*/
.centering-middle[class] {display: table-cell; vertical-align: middle; width: 100%; position: static;}
.centering-inner {position: relative; top: -50%} /* for quirk explorer only */
/* optional: .centering-inner[class] {position: static;} */


#headerDiv .training_links img,
#headerDiv .help_links img {
	height: 40px;
	width: auto;
}

#headerDiv #titlebar {
	clear: both;
	background-color: #052d62;
	text-align: center;
	padding: 6px;
}

#headerDiv #navigation {
	background-color: #262626;
	padding: 4px;
}

#headerDiv #navigation #MenuBarDiv {
	display: table;
	height: auto;
	margin: 0 auto;
}

.message_link .unread_count {
	color: #423e37;
}

#header .message_link .fa-envelope {
  color: white;
}

.powered-by {
	display: block; 
	width: 50%;
	text-align: center;
	margin: 10px auto 10px auto;
	font-weight: bolder;
	color:#052d62;
	font-size: small;
}

.powered-by img {
	height: 50px;
	border: none;
	vertical-align: middle;
	padding-bottom: 20px;
}

.powered-by .copyright {
	display: block;
	font-size: 0.8em;
	margin-top: -15px;
}


.alert {
    padding: 4px;
    margin-bottom: 4px;
    border: 1px solid transparent;
    border-radius: .25rem;
    display: none;
    min-height: 24px;
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d0e9c6;
    color: #3c763d;
}
.alert-info {
  background-color: #f99b16 !important;
  border-color: #f99b16 !important;
  color: #000524 !important;
}
.alert-warning {
    background-color: #fcf8e3;
    border-color: #faf2cc;
    color: #8a6d3b;
    }
.alert-danger {
    background-color: #f2dede;
    border-color: #ebcccc;
    color: #a94442;
}
.alert button.close {
    top: -.5rem;
    position: relative;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    appearance: none;
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    /* text-shadow: 0 1px 0 #fff; */
    opacity: .5;
    cursor: pointer;
    margin-right: 4px;
}
    #nopopuperrormsg {
        display:none;
        position:absolute;
        left:40%;
        top:20%;
        width:400px;
        z-index:100;
        border: 1px solid #262626;
        box-shadow: 4px 4px 6px #737373;
        border-radius: 4px;
        background-color: white;
        padding: 12px;
    }
    #nopopuperrormsg .heading {
      color: maroon;
      font-size: large;
      margin-bottom: 12px;
      font-weight: bold;
    }

    #nopopuperrormsg button.button-default{
      float: right;
    }

.ui-menu-item {
    font-size: small;
    color: #990000;
}

.ui-menu.ui-autocomplete {
    border: thin solid;
}

.ui-menu-item-wrapper.ui-state-active {
    font-size: small;
    color: white !important;
    background: #0078d7 !important;
}

.itec-combobox {
    position: relative;
    display: inline-block;
}

.itec-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
    border-width: thin thin thin 0px;
    border-style: solid;
}

.itec-combobox-input {
    color: #990000;
    border-width: thin 0px thin thin;
    border-style: solid;
    border-color: black;
}

/* Icons for document links */
/* i.fa-file-pdf {
    color: #bb0d0d;
    font-size: large;
} */
/* background-color: #052d62; */
i.fa-file-pdf {
  color: #727272;
  font-size: large;
}

i.fa-file-word {
  color: #727272;
  transition: all 0.19s ease-in-out;
  font-size: large;
}

i.fa-file-word:hover {
  opacity: 0.85;
}

i.fa-external-link {
	font-size: small;
	color: #052d62;
}

.content .fa-stack {
	font-size: smaller;
}

#flag_as_text {
    font-size: small;
    color: #5ca3e8;
}

.message_row {
    cursor: pointer;
}

#message_attachments {
	margin-top: 16px;
}
	
#message_attachments .label {
	font-weight: bold;
}

.message .display_recipient {
	text-align: right;
    color: #052d62;
    font-style: italic;
    font-size: small;
    margin-top: 20px;
}

#attachments #documents_busy {
	display: inline-block;
}

/* layout for Rolodex - Co-Branded Portal preview */

#cobranded_portal_preview {
    border: 1px solid #262626;
    border-radius: 4px;
    padding: 0px 8px;
    background-color: #d9dcdf;
}
#cobranded_portal_preview .banner {
    position: relative;
}
#cobranded_portal_preview .mock_nav{
    position: absolute;
    top: 0px;
    right: 20px;
    background-color: #d9dcdf;
    font-size: x-small;
    color: #052d62;
    padding: 4px 10px;
    border-radius: 0px 0px 4px 4px;
}
#cobranded_portal_preview .phone{
    position: absolute;
    bottom: 4px;
    right: 30px;
    background-color: #5ca3e8;
    font-size: x-small;
    color: #d9dcdf;
    padding: 4px 16px;
    border-radius: 4px;
}
#cobranded_portal_preview .logo img {
    max-width: 125px !important;
    padding: 4px;
}
#cobranded_portal_preview .mock_buttons {
    display: block;
    background-color: white;
    padding: 4px;
}
#cobranded_portal_preview .mock_buttons img {
    max-width: 125px !important;
}

#select-user #loading {
	width: 100%;
	vertical-align: middle;
}

#select-user #loading .spinner {
	color: #5ca3e8;
	font-size: 14px;
}

#select-user #loading h3 {
	color: #5ca3e8;
	font-size: 12px;
	display: inline;
	margin-left: 4px;
}

.admin_toolbar {
  display: none;
  position: fixed;
  top: 75px;
  left: 20px;
  min-height: 250px;
  height: auto;
  width: 200px;
  z-index: 1099;
  border: 1px solid red;
  border-radius: 4px;
  padding: 5px;
  background: lightgray;
}

.admin_toolbar_title {
  text-align: center;
  padding-top: 5px;
  width: 100%;
}

.admin_toolbar_contents {
  padding-left: 10px;
  padding-right: 10px;
}

.admin_toolbar_contents input {
  margin-top: 10px;
  width: 100%;
  text-align: left;
}

/* Hide "Clear CPL" buttons that do not have backing data */
.admin_toolbar_contents input[value="Clear CPL: "] {
  display: none;
}

#atfs_document_select_dialog .modal-content,
#atfs_policy_upload_dialog .modal-content,
#remit_review_dialog .modal-content,
#upload_remit_dialog .modal-content {
  /* min-width: 250px; */
  border-radius: 0.3rem;
  /* border: 1px solid rgb(53, 92, 130); */
  background-color: white;
  /* display: block; */
}

#atfs_policy_upload_dialog .modal-header,
#remit_review_dialog .modal-header,
#upload_remit_dialog .modal-header {
  padding-top: 5px;
  padding-left: 5px;
  padding-bottom: 0px;
  padding-right: 0px;
  /* background-color: #355c82; */
  background-color: #052d62;
  width: 100%;
  color: white;
  display: inline-block;
}
/* .SPARKLE #atfs_policy_upload_dialog .modal-header,
.SPARKLE #remit_review_dialog .modal-header,
.SPARKLE #upload_remit_dialog .modal-header {
  background-color: #052d62;
} */

#atfs_policy_upload_dialog .modal-header .close,
#remit_review_dialog .modal-header .close,
#upload_remit_dialog .modal-header .close {
  background-color: #355c82;
  text-shadow: none;
  border: none;
  text-shadow: none;
  opacity: 1.00;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 0px;
  display: inline-block;
}

#atfs_policy_upload_dialog .modal-body,
#remit_review_dialog .modal-body,
#upload_remit_dialog .modal-body {
  padding: 10px;
}

#atfs_policy_upload_dialog .modal-footer,
#remit_review_dialog .modal-footer,
#upload_remit_dialog .modal-footer {
  margin: 10px;
  clear: both;
}

.file_remit_details_label {
  width: 75%;
  margin-left: 20px;
}

.file_remit_details_value {
  width: 15%;
  text-align: right;
}

.file_remit_details_label, .file_remit_details_value {
  padding-top: 10px;
  display: inline-block;
  border-bottom: black solid thin;
}

.policy_header_row {
  border-top: black solid thin;
  border-left: black solid thin;
  border-right: black solid thin;
  border-bottom: black solid medium;
}

.policy_document_row {
  border-left: black solid thin;
  border-right: black solid thin;
  border-bottom: black solid thin;
}

.policy_endorsement_row {
  border-top: black solid thin;
}

.policy_file_header {
  font-weight: bold;
  padding: 5px;
  display: inline-block;
}

.policy_file_column {
   padding: 2px;
   display: inline-block;
   overflow: hidden;
   white-space: nowrap;
   text-overflow: ellipsis;
}

/* First column of three */
.policy_file_header:nth-child(3n-2) {
  border-right: black solid thin;
}

/* Third column of three */
.policy_file_header:nth-child(3n+0),
.policy_file_column:nth-child(3n+0) {
  border-left: black solid thin;
}

.policy_file_column:nth-child(3n+0) > div {
  white-space: nowrap; 
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}

.notary-card .mat-list-base .mat-list-item .mat-list-item-content{
  padding: 0px !important;
}