hr.darkblue {
    border-top: 2px solid #1c628a; !important;
}

.text-blue {
    color:#0b5394; !important;
}

.text-darkblue {
    color: #222222; !important;
}

.bg-blue {
    background-color:#229add !important;
}


.jk-shadow-danger {
    box-shadow: 0 0 4px rgba(255, 0, 0, 0.8);
}

.jk-req::after {
    content: "*";
    margin-left: 2px;
    color: red;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.placeholder-red::placeholder {
    color: red; !important;
    opacity: 0.6;
    font-size: 0.8em;
}

.placeholder-darkblue::placeholder {
    color: #1c628a; !important;
    opacity: 0.6;
    font-size: 0.8em;
}


.select {
  -webkit-appearance: menulist;
  -moz-appearance: menulist; 
  appearance: menulist; 
}

h3 {
    margin-bottom: 0 !important;
}

.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}


body {
    /*font-family: 'Lato', sans-serif !important;*/
    /*font-family: 'Atkinson Hyperlegible', sans-serif;*/
    font-family: 'PT Sans', sans-serif;
}

.crop-container {
    width: 100%;
    height: 380px;
    overflow: hidden;
    //border-radius: 0 0 50px 50px;
    background: url("img/compressed-cut30.jpg") no-repeat center center / cover transparent;
    filter: brightness(5%);
}

.crop-container1 {
    width: 100%;
    height: 380px;
    overflow: hidden;
    position: relative;
}

.crop-container1-bg {
    position: absolute;
    left:0px;
    right:0px;
    width: 100%;
    height: 380px;
    background: url("img/compressed-cut30.jpg") no-repeat center center / cover transparent;
    filter: brightness(5%);
    z-index: 1;
}

.crop-container1-content {
    position: absolute;
    left:0px;
    right:0px;
    width: 100%;
    height: 380px;
    z-index: 2;
}



.crop-image {
    margin-top: -100px;
    filter: brightness(70%);
}

div.stepActive {
    background: url("img/step_active.svg") no-repeat;
    background-size: auto 100%;
    height: 50px;
    width: 120px;
    vertical-align: middle;
    text-align: center;
    color: white;
    display: table-cell;
    font-size: 1.2em;
}

div.stepInActive {
    background: url("img/step_inactive.svg") no-repeat;
    background-size: auto 100%;
    height: 50px;
    width: 120px;
    vertical-align: middle;
    text-align: center;
    color: #b7cdd9;
    display: table-cell;
    font-size: 1.2em;
}

.table td {
    border-top: 0px;
    border-bottom: 2px solid #dde9ef;
}

table.jk-v-center td, table.jk-v-center th{
    vertical-align: middle;
}

.border-blue {
    border: 2px solid #0b5394 !important;
}


.form-control-lightgray {
    background-color: #f8f9fa !important;
}

.form-control-gray {
    background-color: #eeeeee !important;
}

.form-control-gray:focus {
    background-color: #fff !important;
}

.iconbutton {
    
}


.form-control:focus {
box-shadow: 0 0 0 0.2rem rgba(60, 117, 169, 0.25) !important;
}

input::placeholder {
    //color: #1c628a; !important;
    color: red; !important;
    font-size: 0.8em;
}

div.clickable:hover {
    background-color: #ebebeb;
    cursor: pointer;
    
}

div.clickable {
    border: 2px solid #ebebeb;
}

div.clicked {
    border: 2px solid #229add;
}

.checkbox-lg .custom-control-label::before, 
.checkbox-lg .custom-control-label::after {
  top: .8rem;
  width: 1.55rem;
  height: 1.55rem;
}

.checkbox-lg .custom-control-label {
  padding-top: 13px;
  padding-left: 6px;
}


.checkbox-xl .custom-control-label::before, 
.checkbox-xl .custom-control-label::after {
  top: 1.2rem;
  width: 1.85rem;
  height: 1.85rem;
}

.checkbox-xl .custom-control-label {
  padding-top: 23px;
  padding-left: 10px;
}

.btn-green {
    color: #fff;
    background-color: #38761d;
    border-color: #38761d;
}

.btn-green:hover {
    color: #fff;
    background-color: #428a22;
    border-color: #4b9f27;
}

.btn-blue {
    color: #fff;
    background-color: #0b5394;
    border-color: #0b5394;
}

.btn-blue:hover {
    color: #fff;
    background-color: #3C75A9;
    border-color: #6391BA;
}

.btn-icon {
    color: #0b5394;
    cursor: pointer;
}

.btn-icon:hover {
    color: #6391BA;
}

.text-green {
    color: #38761d;
}

.break {
    clear: both;
}

.header-blue {
    color: #fff;
    background-color:#0b5394 !important;
}

.jk-img-hover:hover {
    border: 1px solid #0b5394 !important;
    cursor: pointer;
}

ul.benefits {
    /*list-style-image: url('img/etlCheck.png');*/
    font-size: 20px;
    line-height: 1.1;
}

ul.benefits li {
    margin: 0;
    padding: 16px 0 16px 64px;
    list-style: none;
    background-image: url("img/etlCheck.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 34px;
}

ul.abodetails {
    /*list-style-image: url('img/etlCheck.png');*/
    font-size: 20px;
    line-height: 1.25;
}

ul.abodetails li {
    margin: 0;
    padding: 16px 0 16px 54px;
    list-style: none;
    background-image: url("img/etlCheck.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 34px;
}

ul.zamdetails {
    /*list-style-image: url('img/etlCheck.png');*/
    font-size: 1.3rem;
}

ul.zamdetails li {
    margin: 0;
    padding: 0px 0 0px 44px;
    list-style: none;
    background-image: url("img/etlCheck.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 30px;
}

select.jkselect {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='40' viewBox='0 0 24 24' width='40' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 12px;
  border: 1px solid #dfdfdf;
  border-radius: 8px;
  margin-right: 2rem;
  padding: 1rem;
  padding-right: 2rem;
}

.rcolzam {
    width: 283px;
}

@media only screen and (max-width: 991px) {
 .mr-auto-lg {
    margin-right: auto !important;
  }
}