﻿@import url("https://fonts.googleapis.com/css2?family=Cabin:ital@0;1&family=Roboto+Condensed:wght@400;700&family=Material+Icons&display=swap");

/* Bootstrap theme overrides */
.navbar-brand a, .navbar-brand {
  font-family: "Roboto Condensed", Georgia, "Times New Roman", Times, serif;
  text-transform: uppercase;
  color: #fff;
}
.navbar-inverse {
  background-image: none;
  background-color: #000;;
}
ul.dropdown-menu.dropdown-search {
  padding: 0;
  border:  none;
}
.dropdown-search {
  min-width: 400px;
}
.dropdown-search input {
  height: 42px;
}
.breadcrumb {
  font-family: "Roboto Condensed", Georgia, "Times New Roman", Times, serif;
  text-transform: uppercase;
  color: #666666;
  padding-left: 0;
}
.breadcrumb > li a, .breadcrumb > li a:hover {
  text-decoration: none;
  .breadcrumb > .active {
    color: #666666;
}
}
.breadcrumb > .active {
  font-weight: 800;
}
h1, .h1 {
  text-transform: uppercase;
}
h6, .h6 {
  text-transform: uppercase;
}
@media (max-width: 767px){
  h1, .h1 {
    font-size: 2.25rem;
  }
  h2, .h2, h3, .h3 {
    font-size: 1.5rem
  }
}
@media (min-width: 768px){
  h1, .h1 {
    font-size: 3rem;
  }
  h2, .h2, h3, .h3 {
    font-size: 1.5rem
  }
}
@media (min-width: 992px){
  h1, .h1 {
    font-size: 3.75rem;
  }
  h2, .h2 {
    font-size: 2rem;
  }
  h3, .h3 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px){
  h1, .h1 {
    font-size: 4.5rem;
  }
  h2, .h2 {
    font-size: 2.25rem;
  }
  h3, .h3 {
    font-size: 2rem;
  }
}
li a {
  margin-left: 0;
}


/* Hero */
.kc-hero {
    background: linear-gradient(20deg, rgba(2,0,36,.5) 0%, rgba(9,70,121,.1) 51%),
    url("./homehero.jpg") no-repeat center bottom;
    /*background-image: url("https://kc1.sharepoint.com/:i:/r/teams/IT/PMCOE/CCE/Shared%20Documents/Development%20documentation/UX/Assets/homehero.jpg?csf=1&web=1&e=K4ggoK");
    */
    background-size: cover;
    margin-top: -20px;
    display: grid;
}
@media (max-width: 767px){
  .kc-hero {
    height:200px;
  }
}
@media (min-width: 768px){
  .kc-hero {
    height: 300px;
    background: linear-gradient(20deg, rgba(2,0,36,.5) 0%, rgba(9,70,121,.1) 100%),
    url("./homehero-md.jpg") no-repeat center bottom;
  }
}
@media (min-width: 992px){
  .kc-hero {
    height: 400px;
  }
}
@media (min-width: 1200px){
  .kc-hero {
    height: 450px;
    background: linear-gradient(20deg, rgba(2,0,36,.5) 0%, rgba(9,70,121,.1) 51%),
    url("./homehero-lg.jpg") no-repeat center bottom;
  }
}
.kc-hero .row {
  align-self: flex-end;
}
.kc-hero h1 {
  color: #fff;
  text-shadow: 0px 1px rgba(0,0,0,0.5);
}


/* Home page before login */
.kc-section-underlined {
  border-bottom: 2px solid #ececec;
}
.kc-section-bg-gray {
  background-color: #ececec;
}
.right-rail-item {
  border-left: 1px solid #e4e4e4;
  padding-left: 10px;
}


.prev {
    background-color: #0B7F99 !important;
}
.prev:hover {
    background-color: #0275d8 !important;
} 
.prev:focus {
    background-color: #45715D !important;
}
.next {
    background-color: #0B7F99 !important;
}
.next:hover {
    background-color: #0275d8 !important;
}
.next:focus {
    background-color: #45715D !important;
}

.picker-switch, .picker-switch:hover {
    background-color: #0B7F99 !important;
}
.picker-switch:hover {
    background-color: #0275d8 !important;
}
.picker-switch:focus {
    background-color: #45715D !important;
}

.required-control:after {
   content:" *" !important;
   color: maroon !important;
}

.instructions {
    font-size: 18.5px !important;
    color: #0B7F99  !important;
  
}
.instructions-chkbx {
    color: black  !important; 	
    font-size: 18.5px !important;
    padding-left: 30px !important;
    line-height:1.5 !important;
}

.instructions-li {
	color: black !important;
    line-height:1.5 !important;
    font-size:16px !important;
}

.instructions-dialog {
    font-size: 18.5px !important;
    color: black  !important;
}

.instructions-consent-i {
    font-size: 20px !important;
    color: #0B7F99  !important;
}
.instructions-consent-iu {
    font-size: 20px !important;
    color: #0B7F99  !important;
    text-decoration: underline;
}
.instructions-consent-i a {
    font-size: 20px !important;
    color: #0B7F99  !important;
    text-decoration: underline;
}

.btn-helptext {
  color: #fff;
  border-color: #fff;
  background: #0B7F99; 
}

.btn-helptext:hover {
  color: #fff;
  border-color: #fff;
  background: #0B7F99; 
}

.btn-helptext:active {
  color: #fff;
  border-color: #fff;
  background: #0B7F99; 
}

.btn-helptext:focus {
  color: #fff;
  border-color: #fff;
  background: #0B7F99; 
}

.pao-visible {
    display: block;
}

.pao-invisible {
    display: none;
}

/* Namasi CSS */
.instructions {
    font-size: 18.5px !important;
    color: #0B7F99  !important;
  
}
td > #kcit_childrenindiannoexplanation_label { 
    padding-left: 100px !important; 
}
.instructions-dialog {
    font-size: 18.5px !important;
    color: black  !important;
}

.instructions-consent-i {
    font-size: 20px !important;
    color: #0B7F99  !important;
}
.instructions-consent-iu {
    font-size: 20px !important;
    color: #0B7F99  !important;
    text-decoration: underline;
}
.instructions-consent-i a {
    font-size: 20px !important;
    color: #0B7F99  !important;
    text-decoration: underline;
}

.btn-helptext {
  color: #fff;
  border-color: #fff;
  background: #0B7F99; 
}
.btn-helptext:hover {
  color: #fff;
  border-color: #fff;
  background: #0B7F99; 
}

.btn-helptext:active {
  color: #fff;
  border-color: #fff;
  background: #0B7F99; 
}

.btn-helptext:focus {
  color: #fff;
  border-color: #fff;
  background: #0B7F99; 
}
.pao-visible {
    display: block;
}

.pao-invisible {
    display: none;
}
.description.above li {
    font-size: 18.5px !important;
    color: #0B7F99  !important;
 
}
.p-tile {
   font-size: 18px;  
   font-weight: semibold;
   height: 50px; 
}

.pao-checkboxes label {
  display: block;
  padding-right: 10px;
  padding-left: 22px;
  text-indent: -22px;
 
}
.pao-checkboxes input {
  vertical-align: top;
}
.pao-checkboxes label span {
  vertical-align: top;  
  font-size: 15px;
  font-weight: normal;
}

.list-group-item.text-muted.list-group-item-success, .list-group-item.text-muted.list-group-item-success:first-of-type {
    background: rgba(219,223,223,1)!important;
    border-top-right-radius: 10px !important;
    border-top-left-radius: 10px !important;
}
li.list-group-item.incomplete {
    background: #ececec !important;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
li.list-group-item.active {
    background-color: #0B7F99 !important;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
ol.progress.list-group.top {
    background-color: white !important;  
}
@media only screen and (max-width: 600px) {
    div.divmain {margin: 20px;}
}
@media only screen and (min-width: 600px) {
    div.divmain {margin: 20px;}
}
@media only screen and (min-width: 768px) {
    div.divmain {margin: 20px;display: flex;}
}

.vp-img {
    width: 100%;
    height: auto;
    display: block;
    margin: 2px;
    padding: 2px;
}
.vp-img-nb {
    width: 100%;
    height: auto;
    display: block;
    margin: 1px;
    padding: 1px;
    border: 0px groove #45715D;
}
div.divbox {
    /* border: 2px solid lightslategray; */
    margin: 3px;
    /* border-radius: 5px; */
    box-shadow: 0px 4px 5px 3px lightgray;
    margin-right: 1em;
    padding: 20px;
    
}
div.divbox-nf {
    border: 2px solid #0B7F99;       
    margin: 3px;
    border-radius: 5px;
}

div.div-hide {
    display: none;
}    

div.divbox:hover {
    background-color: #EBF0F4;
    -webkit-box-shadow: 0 0 10px rgb(0,0,0);
    -moz-box-shadow: 0 0 10px rgb(0,0,0);
}
.sec-title-bg {
    color: red;
}
.div-bg::before {
    content: "☑️";
}

div.inkControl {
    border: 1px solid #0B7F99;
}
.left-padding {
    padding-left: 20px !important;
}
.div-bg {
    background-color: #cfedef;
}
.div-bg-firearm {
    background-color: #cfedef;
}
.div-input {
    margin-bottom: 10px;
}

div.line {
    display: inline-block;
    border-top: 1px solid black;
}


/*Conner CSS form this point down*/
.required-control:after {
    content:" *" !important;
    color: maroon !important;
}

.custom-description {
    font-size: 16px;
}

[role=none] {
    font-size: 20px !important;
    font-weight: 400 !important; 
    color: #000000 !important;
}
[role=radiogroup] {
    font-size: 20px !important;
    font-weight: 400 !important;
    color: #000000 !important;
}

input[type=radio] {
    margin: 9px 5px 5px 4px !important; 
    padding-top: 5px !important;
    transform: scale(1.2);
    position: absolute;
} 
input[type=checkbox] { 
    transform: scale(1.2);
    margin-left: 5px !important;
    margin-top: 7.5px;
} 
legend {
    font-size: 23.5px;
    font-weight: 400;	
    /*line-height: 25px;*/   
    color: #000000;          
}
.info label {	
    font-size: 20px;
    font-weight: 400;	
    line-height: 25px;   
    color: #000000;          
}

html[dir=ltr] .crmEntityFormView .cell.checkbox-cell:first-child {
    line-height: 15px; 
}

td[class="clearfix cell"] {
    padding: 0 18px 5px 0 !important;
}

#WebFormPanel {
    padding: 30px;
}

.crmEntityFormView .cell .picklist label {
    margin-left: 25px;
    padding-right: 20px;
}

.crmEntityFormView .cell.checkbox-cell label {
    float: left !important;
}

    .crmEntityFormView .cell.checkbox-cell label {
    margin-left: 8px;
}

td[class="clearfix cell"] {
    padding: 0 18px 5px 0 !important;
}

.name-textfield {
    margin: 0 18px 0 0 !important;
}

p {
    margin-bottom: 0px;
}

html[dir=ltr] .crmEntityFormView .cell.checkbox-cell:first-child {
    line-height: 15px; 
}

.form-control, .form-control[readonly] {	
    height: 40px;	
    border-radius: 2px;	
    background-color: #E7ECEF;	
    box-shadow: none;
    box-shadow: inset 0 -1px 0 0 #5A5A5A;
    font-size: 20px;
}

.form-control:focus {	
    background-color: #F1F5F7;	
    box-shadow: inset 0 -2px 0 0 #2370B4;
}

html[dir=ltr] .crmEntityFormView .cell.checkbox-cell:first-child {
    padding: 0 10px 0 12px;
}

.crmEntityFormView .cell {
    padding: 0 12px 20px;
}

.details-link {
    color: black;
    font-weight: 100;
}

html[dir=ltr] .grid-actions a.btn.action {
    margin-bottom: -0.5em;
}

.help-block.error, label.control-label.required:before, .crmEntityFormView .cell div.info.required label:after, .crmEntityFormView .cell div.info div.validators, .crmEntityFormView .validator-text, .crmEntityFormView .rank-order-cell .validator-text, .crmEntityFormView .constant-sum-cell .validator-text, .crmEntityFormView .stack-rank-cell .validator-text {
	color: black;
}

body > div.container.container-fluid > div.row > div > div > div > div.view-grid.has-pagination > table > thead > tr {
	color: black;
}

button {
	color: #187089;
}

h3 {
	color: black !important;
}

html[dir=ltr] ol.progress.bottom li:first-child, html[dir=ltr] ol.progress.bottom li:last-child, html[dir=ltr] ol.progress.top li:first-child, html[dir=ltr] ol.progress.top li:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 10px;
}

footer {
    position: absolute !important;
    right: 0;
    left: 0;
    bottom: 0;
    margin-bottom: -150px;
}

 @media (max-width: 800px){
    .btnquickexit {
        width: 100%;
        height: 20px;
      }
}

html {
    height: 100%;
    box-sizing: border-box;
}

body {
    position: relative;
    margin: 0;
    min-height: 100%;
    padding-bottom: 6rem;
}

.container>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-header, .container-fluid>.navbar-collapse {
    margin-right: -15px !important;
    margin-left: -15px;
}

 @media (max-width: 800px){
    #btnquickexit {
        width: 100%;
        position: fixed;

      }

      .container1 {
        width: 100% !important;
      }

      body > div.navbar.navbar-inverse.navbar-static-top.div-vp-hdr > div.container > div.navbar-header > div.visible-xs-block {
        margin-top: 45px;
      }
      #btnsafety {
        margin-right: 5px;
        margin-top: 45px;
      }

      .navbar-toggle {
        margin-top: 45px;
        height: 40px;
      }

      .qeb {
        margin-top: 0px;
      }

  }