/**
 * GENERAL
  Colors:
 Text: #083141;
 Dark Blue: #06232f;
 Blue: #083141;
 Light Blue: #f0f5fa;
 Green: #80c67b;
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

* {
  margin: 0;
  padding: 0;
}

html,
body {
  font-family: 'Montserrat', sans-serif;
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  line-height: 1.5em;
}

body {
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 1.6em;
  color: #000;
  /*background: #ffffff url(images/ssi-background1.jpg) no-repeat scroll center 0;*/
}

a {
  color: #80c67b;
  outline: medium none;
  text-decoration: none;
}

a:link {}

a:visited {}

a:hover,
a:focus {
  color: #666;
}

a:active {}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

blockquote {
  margin: 1.5em 30px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  color: #000;
}

h1 {
  color: #083141;
  font-size: 20px;
  font-weight: normal;
  line-height: 30px;
  margin-bottom: 10px;
}

h2 {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 15px;
  font-weight: bold;
}

h3 {
  color: #80c67b;
  font-size: 13px;
  font-weight: normal;
  margin: 10px 0 5px;
}

h4 {
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    color: #083141;
}

h5 {
  font-size: 0.83em;
  line-height: 1.80723em;
  margin-top: 1.80723em;
  margin-bottom: 1.80723em;
}

h6 {
  font-size: 0.67em;
  line-height: 2.23881em;
  margin-top: 2.23881em;
  margin-bottom: 2.23881em;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  border: 1px solid #666;
  padding-bottom: -1px;
  margin: 1.5em 0;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp,
tt,
var {
  font-family: "Courier New", "DejaVu Sans Mono", monospace, sans-serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
  line-height: 1.5em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: "\201C""\201D""\2018""\2019";
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl,
menu,
ol,
ul {
  margin: 1.5em 0;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

dd {
  margin: 0 0 0 30px;
}

menu,
ol,
ul {
  padding: 0 0 0 30px;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}



/* FORMS - GENERAL */
form {
  margin: 0;
}

fieldset {
  border: 1px solid #083141;
  margin: 0 2px;
  padding: 0.5em 0.625em 1em;
}

legend {
  border: 0;
  padding: 0;
  *margin-left: -7px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: bold;
}

.form-control,
.form-text,
select,
textarea {
  padding: 5px 1%;
  width: 100% !important;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

label {
  display: block;
  font-weight: normal;
  position: relative;
}

.form-group {
  padding: 7px 0;
  margin: 0;
}
.form-group>.form-group {
  padding: 0;
}
.form-item { position: relative; }

.form-inline .form-group {
  padding: 5px 10px;
}

.form-submit[disabled] {
  background: #cccccc none repeat scroll 0 0 !important;
  border: 1px solid #cccccc !important;
  color: #666 !important;
  pointer-events: auto;
  cursor: text !important;
}

.clearfix { clear: both; }
.error { color: red; }
.checkbox label, .radio label { min-height: auto; }

/* Buttons */
.btn, .btn-white, .btn-theme, input.js-form-submit, a.button-action, .portfolio-filter ul.nav-tabs > li > a {
  background: #06232f !important;
  color: #fff !important;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 8px 22px 8px;
  position: relative;
  display: inline-block;
  z-index: 1;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #06232f;
  margin: 0 5px;
}
.btn:hover, .btn:focus, .btn:active, .btn.active, .btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white.active, .btn-theme:hover, .btn-theme:focus, .btn-theme:active, .btn-theme.active, input.js-form-submit:hover, input.js-form-submit:focus, input.js-form-submit:active, input.js-form-submit.active, a.button-action:hover, a.button-action:focus, a.button-action:active, a.button-action.active, .portfolio-filter ul.nav-tabs > li > a:hover, .portfolio-filter ul.nav-tabs > li > a:focus, .portfolio-filter ul.nav-tabs > li > a:active, .portfolio-filter ul.nav-tabs > li > a.active {
  color: #06232f;
  background: #fff;
}
.btn .button--inverted, .btn-white .button--inverted, .btn-theme .button--inverted, input.js-form-submit .button--inverted, a.button-action .button--inverted, .portfolio-filter ul.nav-tabs > li > a .button--inverted {
  background: none;
  color: #fff;
}

input.js-form-submit {
  padding-top: 6px;
  padding-bottom: 6px;
}

.btn-white {
  background: #fff;
  color: #000;
  border-color: #fff;
}
.btn-white:hover {
  color: #fff;
  background: #06232f;
  border-color: #06232f;
}

button.btn, input.js-form-submit {
    padding: 0px 15px;
}

.pagination > li > a, .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus { color: #083141; }
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus { background-color: #083141; border-color: #083141; }


.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover { background-color: #083141; }

/* Forms */
.form-control {
    background-color: #f0f5fa;
    border-color: #f0f5fa;
    border-radius: 0;
    box-shadow: none;
}

.input-group-addon {
    background-color: #f0f5fa;
    border-color: #f0f5fa;
    border-radius: 0;
}
.actions .button, 
.btn-primary {
  color:  #fff !important;
  background: none;
  background-color: #06232f;
  width: auto !important;
}
.btn-primary:hover, .btn-primary:focus {
  /*color:  #06232f !important;*/
}
.btn-info, .btn-success {
  background: none;
  background-color: #80c67b;
  border-color: #80c67b;
}
.btn-info:hover, .btn-success:hover {
  background-color: #449d44;
}

.view-filters .actions { padding: 10px; }

/* FORM SECTION - VETICAL TABS */
.form-type-vertical-tabs {
  clear: both;
  padding: 20px 0;
}

/* FORM SECTION - HIDDEN */
.section-hidden {
  clear: both;
  margin: : 20px 0;
  display: none;
}

/* FORM BUTTONS */
.form-actions {
  padding: 18px 5px 0;
  clear: both;
}
button,
.form-submit {
  background: #083141 none repeat scroll 0 0;
  border: 2px solid #fff;
  border-radius: 5px;
  color: #ffffff;
  cursor: pointer;
  font-weight: bold;
  margin-right: 5px;
  margin-top: 0;
  padding: 0 15px;
  font-weight: normal;
  line-height: 36px;
  position: relative;
}
button:hover,
.form-submit:hover {
  box-shadow: 0 0 20px #fff;
  transform: scale(1.1,1.1);
  position: relative;
  z-index: 200;
}
.button-disabled:hover,
input:disabled:hover {
  box-shadow: none;
  transform: scale(1,1);
}

#views-exposed-form-previously-requested-reports-warehouse-banks-whb #edit-actions { padding: 21px 0 0; }

/* TABLES */
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  border: none;
  line-height: 1;
  width: 100%;
  margin: 20px 0;
  background-color: #fff;
}

table th {
  padding: 5px 10px;
  background-color: #083141 !important;
  color: #fff;
  font-weight: normal;
  border-right: 1px solid #999;
  text-align: center;
}

table th a {
  color: #fff;
  text-decoration: underline;
}

table tr { background: none; }

table td {
  border-bottom: 1px solid #083141;
  padding: 5px;
  max-width: 250px;
  vertical-align: top;
}
table td.views-field-uid { overflow: hidden; }
tr.even,
tr.odd {
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  padding: 0.1em 0.6em;
}

tr.odd {
  background: none repeat scroll 0% 0% #C3CFF8;
  height: 30px;
}

tr.even {
  background: none repeat scroll 0% 0% #DDE3F7;
  height: 30px;
}

.table-responsive {
  overflow-x: visible!important;
}

.navbar-brand img,
.navbar-header .logo { max-width: 220px; height: auto; padding: 10px 0 !important; }


/* SECTIONS */
.navbar { margin-bottom: 0; }
.update-from-factory { font-weight: bold; padding: 10px; }
#header,
#content,
#navigation,
.region-sidebar-first,
.region-sidebar-second,
#footer {
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  *behavior: url("/path/to/boxsizing.htc");
  _display: inline;
  _overflow: hidden;
  _overflow-y: visible;
}

#footer {
  padding: 0 10px;
}

#header,
#main,
#footer {
  *position: relative;
  *zoom: 1;
}

#header:before,
#header:after,
#main:before,
#main:after,
#footer:before,
#footer:after {
  content: "";
  display: table;
}

#header:after,
#main:after,
#footer:after {
  clear: both;
}

#logo {
  width: 300px;
  display: block;
}

#logo img {
  width: 100% !important;
  height: auto !important;
}


#page {
  box-shadow: 0 0 10px grey;
  padding: 10px 20px 20px;
  background-color: #fff;
  margin: 20px 0;
  min-height: 600px;
  min-width: 960px;
}

#page,
.region-bottom {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}

.page-header {
  padding: 20px;
}


/* COLUMNS */
.columns {
  padding: 20px;
}

.columns .column {
  float: left;
}

.columns-2 .column {
  width: 48%;
}

.columns-2 .column-2 {
  float: right;
}

.csv-feed .feed-icon {
    width: 36px;
    display: block;
    height: 0;
    overflow: hidden;
    padding: 15px 0 0;
}

#edit-status-wrapper { clear: both; }

/* REASON CODES PAGE */
#ssi-reason-codes table .numeric {
  width: 150px;
}

#ssi-reason-codes table td {
  padding: 5px 5px 5px 30px !important;
}

#ssi-reason-codes table td strong {
  margin-left: -25px !important;
}

/* MESSAGES */
.messages__wrapper { font-size: 16px; font-weight: bold; line-height: 24px; }

/* POPUPS */
.modal-header { display: none; }
.modal-backdrop { z-index: 100 !important; }
.modal-dialog { margin: 100px auto !important; }
/* Popup */
.ui-dialog { z-index: 200 !important; }
.ui-widget-overlay { z-index: 100 !important; }

#limited-upgrade-partial, #limited-upgrade-full { height: 150px; overflow: scroll; border: 1px solid #ccc; }

/* GENERAL VIEWS */
#vbo-action-form-wrapper #edit-multipage { display: none; }

.views-exposed-form .form-item.form-wrapper  { border: none; }

.views-exposed-form .form-item .panel-heading { background: none; border: none; }
.views-exposed-form .form-item .panel-heading .panel-title { padding: 0 !important; font-size: 14px; }
.views-exposed-form .form-item .panel-body { padding: 0 !important; }

.region-content>.views-element-container>.view>.view-content { overflow: auto; }
.views-exposed-form table td { vertical-align: top; }
.views-exposed-form table td.actions { vertical-align: bottom; }

.views-exposed-form table.table-column-3 td { width: 25%; }
.views-exposed-form label { font-weight: bold; }

.form-item-reg-op>label,
.form-item-reg-exp-op>label,
.form-item-eo-exp-op>label,
.form-item-eo-exp-notice-op>label,
.form-item-fb-exp-op>label,
.form-item-fb-exp-notice-op>label,
.form-item-bus-name-op>label,
.form-item-company-name-op>label,
.form-item-estimated-date-op>label,
.form-item-report-date-op>label,

.form-item-submitted-op>label,
.form-item-date-op>label,
.form-item-alta-reg-op>label { display: none; }

/* UPGRADE/REGISTER FORM */
#upgrade-request {}
.register-request>.form-item,
.upgrade-request>.form-item { width: 48%; margin: 0 1%; float: left; }

.register-request .limited-upgrade { padding: 20px; display: none; }
.register-request .limited-upgrade p:first-child { font-weight: bold; }

/* LENDER USER ADD */
#lender-user-add { max-width: 300px; }
.view-header p { margin: 0 0 10px; }

/* CA RATING */
.node-ca-rating-form .form-type-vertical-tabs { display: none; }


/* Company Page */
#national-title-producer-row td { border-bottom: none !important; }
#edit-field-demotech-rating-wrapper { width: 300px; }
#demotech-row span { font-weight: bold; font-size: 15px; }

.region-highlighted { padding-right: 240px; position: relative; }
#block-companylogo,
#block-views-block-company-logo-logo { position: absolute; right: 0; top: 0; }
.field--name-field-company-logo img { margin: 20px auto; }

#edit-field-company-csv-enabled-wrapper,
#edit-field-risk-rating-enabled-wrapper,
#edit-field-reason-codes-enabled-wrapper { padding: 5px 0 0; }
#edit-field-company-csv-enabled-wrapper>.form-item,
#edit-field-risk-rating-enabled-wrapper>.form-item,
#edit-field-reason-codes-enabled-wrapper>.form-item { margin: 0; }

/* JQuery UI */
/**
 * @file
 * Styling for the off-canvas ui dialog. Including overrides for jQuery UI.
 */

/* Style the dialog-off-canvas container. */
.ui-dialog {
  /* Layer the dialog just under the toolbar. */
  z-index: 501;
  padding: 0;
  color: #ddd;
  border-radius: 0;
  background: #fff;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.3333);
}
.ui-widget.ui-dialog {
  border: 1px solid transparent;
}

/* Style the off-canvas dialog header. */
.ui-dialog .ui-dialog-titlebar {
  padding: 1em;
  color: #fff;
  border: 0;
  border-bottom: 1px solid #000;
  border-radius: 0;
  background: #2d2d2d;
  font-weight: normal;
  margin-bottom: 10px;
}
/* Hide the default jQuery UI dialog close button. */
.ui-dialog .ui-dialog-titlebar-close .ui-icon {
  visibility: hidden;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  top: calc(50% - 6px);
  right: 1em;
  width: 30px;
  height: 30px;
  transition: all 0.5s ease;
  border: 3px solid transparent;
  background-color: transparent;
  background-image: url(/core/misc/icons/bebebe/ex.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.ui-dialog .ui-dialog-titlebar-close:hover,
.ui-dialog .ui-dialog-titlebar-close:focus {
  border: 3px solid #fff;
  background-image: url(/core/misc/icons/ffffff/ex.svg);
}
[dir="rtl"] .ui-dialog .ui-dialog-titlebar-close {
  right: auto;
  left: 1em;
}
.ui-dialog .ui-dialog-title {
  /* Ensure that long titles do not overlap the close button. */
  max-width: 210px;
  margin: 0;
  padding-right: 0; /* LTR */
  /* Push the text away from the icon. */
  padding-left: 30px; /* LTR */
  text-align: left; /* LTR */
  /* Ensure that long titles are not truncated. */
  white-space: normal;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "liberation sans", sans-serif;
  font-size: 16px;
}
[dir="rtl"] .ui-dialog .ui-dialog-title {
  float: right;
  padding-right: 30px;
  padding-left: 0;
  text-align: right;
}
.ui-dialog .ui-dialog-title:before {
  position: absolute;
  top: 0;
  left: 1em; /* LTR */
  display: block;
  width: 20px;
  height: 100%;
  content: "";
  background: transparent url(/core/misc/icons/ffffff/pencil.svg) no-repeat scroll center center;
  background-size: 100% auto;
}
[dir="rtl"] .ui-dialog .ui-dialog-title:before {
  right: 1em;
  left: auto;
}

/* Override default styling from jQuery UI. */
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  color: #333;
  border: 0;
  font-size: 14px;
  font-weight: normal;
}
.ui-widget-content a {
  color: #85bef4;
}

#node-company-form #edit-field-company-allowed-searchlist .form-item-field-company-allowed-searchlist-mal,
#node-company-form #edit-field-company-allowed-searchlist .form-item-field-company-allowed-searchlist-mwl { display: none; }
#node-company-form #edit-field-company-allowed-searchlist--wrapper legend { margin-bottom: 10px; }

#node-company-edit-form #edit-field-company-allowed-searchlist .form-item-field-company-allowed-searchlist-mal,
#node-company-edit-form #edit-field-company-allowed-searchlist .form-item-field-company-allowed-searchlist-mwl { display: none; }
#node-company-edit-form #edit-field-company-allowed-searchlist--wrapper legend { margin-bottom: 10px; }





