/*
  Verisk Colors
  #0078AE #006BA6
  #575A5D #54585A
  #305575 #004B87
*/

html {
  position: relative;
  min-height: 100%;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", Arial, "Helvetica Neue", sans-serif;
  font-size: 14px;
  color: #333;
  background-color: #f8f8f8;
}
p, .page-content {
  max-width: 600px;
}
h1 {
  font-size: 26px;
}
h2 {
  font-size: 22px;
}
h3 {
  font-size: 20px;
}
a {
  color: #006BA6;
}
label {
  font-weight: 600;
}
#main {
  min-height: 400px;
  background-color: #fff;
  padding: 20px 0;
}
.content {
  padding: 0 20px;
}
img.icon {
  vertical-align: baseline;
  margin-bottom: -2px;
}
.document-list {
  margin-left: 30px;
}
.document-list dd {
  margin-bottom: 15px;
}
.navbar {
  background-color: #f8f8f8;
  min-height: 68px;
  margin: 0;
  border: 0;
  border-radius: 0px;
  border-bottom: 1px solid #ccc;
}
.navbar-brand {
  padding: 0;
  float: none;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
  margin-left: 0;
}
.navbar-brand img {
  margin-top: 8px;
  height: 60px;
}
.dropdown-header {
  margin-top: 8px;
  border-top: solid 1px #eee;
}
.dropdown-toggle .icon-bar{
  display:block;
  width:22px;
  height:3px;
  border-radius:1px;
  background-color: #666;
}
.dropdown-toggle .icon-bar+.icon-bar{
  margin-top:4px
}
.toolbar {
  padding: 12px 0;
  margin: 0;
}
.toolbar .btn {
  padding: 7px 12px;
  font-size: 19px;
}
.toolbar .btn-default {
  color: #666;
  background-color: #f8f8f8;
  border-color: #f8f8f8;
}
.toolbar .btn-default:focus, .toolbar .btn-default:hover {
  color: #555;
  background-color: #eee;
  border-color: #ddd;
}
.toolbar .open > .dropdown-toggle.btn-default {
  color: #555;
  background-color: #eee;
  border-color: #ddd;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  background-color: #D9EDF7;
}

.wccapture img {
  width: 90px;
  margin-top: 8px;
}

.nav-tabs {
  margin-top: 20px;

  border: 0;
}
.nav-tabs > li > a {
  padding: 8px 12px;
  font-size: 12.5px;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs > li > a:focus, .nav-tabs > li > a:hover {
  text-decoration: none;
  background-color: #f2f2f2;
  border: 1px solid #ccc;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ccc;
  border-bottom-color: transparent;
}


.sidebar {
  display: none;
}

.side-menu {
  background-color: #f8f8f8;
  border: 1px solid #d3dbe3;
  padding: 0;
  margin: 16px 8px 24px -15px;
  border-radius: 4px;
}
.side-menu h4 {
  padding: 8px 14px;
  font-size: 13px;
  font-weight: 600;
  color: #496886;
  margin: 0;
  background-color: #e5ecf2;
  border-bottom: 1px solid #d3dbe3;
}
.side-menu .nav > li > a {
  padding: 8px 14px;
  font-size: 13px;
}
.side-menu .nav > li > a:focus, .side-menu .nav > li > a:hover {
  background-color: #f8f8f8;
}

/*.side-menu .nav > li.active > a {
  background-color: #f0f0f0;
  color: #555;
}*/

.side-menu .nav > li.error > a {
  background-color: #f2dede;
  color: #a94442;
}

.side-menu .nav > li.active > a {
  background-color: #d9edf7;
  color: #243A4E;
}

.page-header {
  border-bottom: 1px solid #C0C0C0;
  margin: 10px 0px 40px;
}
.page-header .btn {
  margin-top: -8px;
  font-size: 13px;
  padding: 6px 12px;
}
.page-header h3 {
  margin: 0;
}

.alert-info {
  border-color: #B7D6E3;
}
.alert-danger {
  border-color: #E1BBBB;
}

.label {
  font-size: 82%;
}

.form-horizontal {
  margin-bottom: 40px;
  margin-top: 25px;
}
.form-control:focus {
  border-color: #66AFE9;
  outline: 0px none;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(102, 175, 233, 0.2);
}
.has-error .form-control:focus {
    border-color: #843534;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px rgba(205, 130, 130, 0.5)
}
.help-block {
  color: #737373;
  margin-top: 2px;
  font-size: 12px;
}
.error-block {
  color: #a94442;
  display: block;
  margin-bottom: 10px;
  margin-top: 2px;
  font-size: 12px;
}
.well.option-group {
  background: #fbfbfb;
}
.well.option-group .radio {
  margin-bottom: 6px;
  padding-top: 6px;
}

.btn {
  font-size: 14px;
  font-weight: 600;
  padding: 7px 16px 8px;
}
.btn-lg {
  font-size: 16px;
  padding: 9px 24px 10px;
}
.btn-sm {
  font-size: 12px;
  font-weight: 400;
  padding: 2px 10px;
}
.btn-primary, .btn-primary:active:focus, .btn-primary:active:hover {
  background-color: #006BA6;
  border-color: #006BA6;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background-color: #004B87;
  border-color: #004B87;
}

.btn-default {
  background-color: #f4f4f4;
}
.buttons .pull-left {
  margin-right: 12px;
}

.table {
  background-color: #fff;
  font-size: 13px;
}
.table-responsive {
  border: 1px solid #C0C3C8;
  margin-bottom: 20px;
  padding: 0;
}
.table-responsive .table {
  margin: 0;
}

.table thead tr {
  background-color: #f8f8f8;
  text-transform: uppercase;
}
.table > thead > tr > th {
  border-bottom: 1px solid #C8C8C8;
  color: #555;
}

.table-hover > tbody > tr:hover {
  background-color: #D9EDF7;
}

.recent-item .panel-heading {
  background-color: #FFF;
  color: #444;
  border-color: #C0C3C8;
}
.recent-item .link {
  font-size: 14px;
  padding: 0;
}
.recent-item .link a {
  text-align: center;
  display: block;
  text-decoration: none;
  padding: 12px;
  background-color: #fff;
  font-weight: 600;
}
.recent-item .link a:hover {
  background-color: #fff;
}
.recent-item .link .glyphicon {
  padding: 0 6px;
}

.footer {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", Arial, "Helvetica Neue", sans-serif;

  /*position: absolute;
  bottom: 0;
  width: 100%;*/

  border-top: 1px solid #ccc;
  background-color: #f8f8f8;
  min-height: 50px;
}
.footer .row {
  padding: 7px 0;
  background: transparent url("/images/verisk_footer.svg") no-repeat scroll right 9px;
  margin-right: 0;
}
.footer-text {
  text-align: left;
  white-space: pre-line;
  color: #888;
  font-size: 11.5px;
  font-weight: 400;
  margin-bottom: 8px;
  padding-left: 15px;
}
.footer-right {
  padding-right: 96px;
}

/* sm */
@media (min-width:768px) {
  body {
    padding-bottom: 50px;
    background-color: #fff;
  }
  .footer {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", Arial, "Helvetica Neue", sans-serif;

    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    margin-bottom: 0;
  }
  .footer-text {
    margin-bottom: 0;
  }
  .footer-right {
    text-align: right;
  }
  .footer-copyright {
    text-align: left;
  }
  .navbar-brand img {
    margin-left: 0px;
    height: 60px;
  }
}

/* md */
@media (min-width: 992px) {
  body {
    /*padding-top: 90px;*/
  }
  navbar {
    /*position: fixed;
    right: 0px;
    left: 0px;
    top: 0px;
    z-index: 1030;*/
    min-height: 90px;
  }
  .navbar-brand img {
    margin-top: 16px;
    height: 60px;
  }
  .wccapture img {
    width: 100px;
    margin-top: 16px;
  }
  .header-logo {
    /*text-align: center;*/
  }
  .toolbar {
    margin-top: 10px;
  }
  .nav-tabs {
    margin-top: 30px;
  }
  .sidebar {
    position: fixed;
    top: 64px;
    bottom: 50px;
    left: 0;
    z-index: 999;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #D8DADD;
    border-right: 1px solid #C0C3C8;
  }
  .nav-sidebar {
    margin-right: -21px;
    margin-bottom: 20px;
    margin-left: -20px;
  }
  .nav-sidebar > li > a {
    padding-right: 20px;
    padding-left: 20px;
    font-weight: 600;
  }
  .nav-sidebar > .active > a,
  .nav-sidebar > .active > a:hover,
  .nav-sidebar > .active > a:focus {
    color: #fff;
    background-color: #006BA6;  /* #575A5D; */
  }

  .content{
    padding: 0 40px;
  }
}

/* lg */
@media (min-width: 1200px) {
  .navbar-brand img {
    height: 60px;
  }
}


/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.17.37
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
 .bootstrap-datetimepicker-widget{list-style:none}.bootstrap-datetimepicker-widget.dropdown-menu{margin:2px 0;padding:4px;width:19em}@media (min-width:768px){.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs{width:38em}}@media (min-width:992px){.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs{width:38em}}@media (min-width:1200px){.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs{width:38em}}.bootstrap-datetimepicker-widget.dropdown-menu:before,.bootstrap-datetimepicker-widget.dropdown-menu:after{content:'';display:inline-block;position:absolute}.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before{border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #ccc;border-bottom-color:rgba(0,0,0,0.2);top:-7px;left:7px}.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after{border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid white;top:-6px;left:8px}.bootstrap-datetimepicker-widget.dropdown-menu.top:before{border-left:7px solid transparent;border-right:7px solid transparent;border-top:7px solid #ccc;border-top-color:rgba(0,0,0,0.2);bottom:-7px;left:6px}.bootstrap-datetimepicker-widget.dropdown-menu.top:after{border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid white;bottom:-6px;left:7px}.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before{left:auto;right:6px}.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after{left:auto;right:7px}.bootstrap-datetimepicker-widget .list-unstyled{margin:0}.bootstrap-datetimepicker-widget a[data-action]{padding:6px 0}.bootstrap-datetimepicker-widget a[data-action]:active{box-shadow:none}.bootstrap-datetimepicker-widget .timepicker-hour,.bootstrap-datetimepicker-widget .timepicker-minute,.bootstrap-datetimepicker-widget .timepicker-second{width:54px;font-weight:bold;font-size:1.2em;margin:0}.bootstrap-datetimepicker-widget button[data-action]{padding:6px}.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Increment Hours"}.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Increment Minutes"}.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Decrement Hours"}.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Decrement Minutes"}.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Show Hours"}.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Show Minutes"}.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Toggle AM/PM"}.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Clear the picker"}.bootstrap-datetimepicker-widget .btn[data-action="today"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Set the date to today"}.bootstrap-datetimepicker-widget .picker-switch{text-align:center}.bootstrap-datetimepicker-widget .picker-switch::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Toggle Date and Time Screens"}.bootstrap-datetimepicker-widget .picker-switch td{padding:0;margin:0;height:auto;width:auto;line-height:inherit}.bootstrap-datetimepicker-widget .picker-switch td span{line-height:2.5;height:2.5em;width:100%}.bootstrap-datetimepicker-widget table{width:100%;margin:0}.bootstrap-datetimepicker-widget table td,.bootstrap-datetimepicker-widget table th{text-align:center;border-radius:4px}.bootstrap-datetimepicker-widget table th{height:20px;line-height:20px;width:20px}.bootstrap-datetimepicker-widget table th.picker-switch{width:145px}.bootstrap-datetimepicker-widget table th.disabled,.bootstrap-datetimepicker-widget table th.disabled:hover{background:none;color:#777;cursor:not-allowed}.bootstrap-datetimepicker-widget table th.prev::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Previous Month"}.bootstrap-datetimepicker-widget table th.next::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Next Month"}.bootstrap-datetimepicker-widget table thead tr:first-child th{cursor:pointer}.bootstrap-datetimepicker-widget table thead tr:first-child th:hover{background:#eee}.bootstrap-datetimepicker-widget table td{height:54px;line-height:54px;width:54px}.bootstrap-datetimepicker-widget table td.cw{font-size:.8em;height:20px;line-height:20px;color:#777}.bootstrap-datetimepicker-widget table td.day{height:20px;line-height:20px;width:20px}.bootstrap-datetimepicker-widget table td.day:hover,.bootstrap-datetimepicker-widget table td.hour:hover,.bootstrap-datetimepicker-widget table td.minute:hover,.bootstrap-datetimepicker-widget table td.second:hover{background:#eee;cursor:pointer}.bootstrap-datetimepicker-widget table td.old,.bootstrap-datetimepicker-widget table td.new{color:#777}.bootstrap-datetimepicker-widget table td.today{position:relative}.bootstrap-datetimepicker-widget table td.today:before{content:'';display:inline-block;border:solid transparent;border-width:0 0 7px 7px;border-bottom-color:#337ab7;border-top-color:rgba(0,0,0,0.2);position:absolute;bottom:4px;right:4px}.bootstrap-datetimepicker-widget table td.active,.bootstrap-datetimepicker-widget table td.active:hover{background-color:#337ab7;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25)}.bootstrap-datetimepicker-widget table td.active.today:before{border-bottom-color:#fff}.bootstrap-datetimepicker-widget table td.disabled,.bootstrap-datetimepicker-widget table td.disabled:hover{background:none;color:#777;cursor:not-allowed}.bootstrap-datetimepicker-widget table td span{display:inline-block;width:54px;height:54px;line-height:54px;margin:2px 1.5px;cursor:pointer;border-radius:4px}.bootstrap-datetimepicker-widget table td span:hover{background:#eee}.bootstrap-datetimepicker-widget table td span.active{background-color:#337ab7;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25)}.bootstrap-datetimepicker-widget table td span.old{color:#777}.bootstrap-datetimepicker-widget table td span.disabled,.bootstrap-datetimepicker-widget table td span.disabled:hover{background:none;color:#777;cursor:not-allowed}.bootstrap-datetimepicker-widget.usetwentyfour td.hour{height:27px;line-height:27px}.bootstrap-datetimepicker-widget.wider{width:21em}.bootstrap-datetimepicker-widget .datepicker-decades .decade{line-height:1.8em !important}.input-group.date .input-group-addon{cursor:pointer}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}
