
.mt-0 {
  margin-top: 0px !important;
}

.ml-1 {
}

.px-2 {
}

.p-3 {
}

.bg-white {
  background-color: white;
}

h1 {
  font-size: 27px;
  color: #339966;
  text-transform: uppercase;
}

h2 {
  font-size: 20px;
  color: #339966;
  text-transform: uppercase;
}

h3 {
  font-size: 14px;
  color: rgb(120, 120, 120);
  font-weight: bold;
  margin-top: 0px;
}

b {
	color:#339966;
}


blockquote {
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  font-size: 14px;
  border-left-width: 0px;
  border-left-style: none;
  border-left-color: -moz-initial;
}

/*
blockquote p {
  margin-bottom: 0px;
}
*/

.footer-block-hook {
  background-color: #94c5e1;
  color: white;
  padding-top: 20px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.footer-block-hook a {
  color: white;
  text-decoration: none;
}

.footer-block-hook a:hover {
  color: #b72121;
  text-decoration: none;
}

.footer-block-account {
  background-color: #595959;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #8197bb;
  color: #e79450;
  padding-top: 20px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.footer-block-account a {
  color: #e79450;
  text-decoration: none;
}

.footer-block-account a:hover {
  color: #b72121;
  text-decoration: none;
}

.footer-block-contact {
  background-color: #454545;
  color: #cccccc;
  padding-top: 20px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.footer-block-contact a {
  color: #cccccc;
  text-decoration: none;
}

.footer-block-contact a:hover {
  color: #b72121;
  text-decoration: none;
}

.footer-block-form {
  /*background-color: rgb(51,153,102);*/
  background-color: rgb(193, 223, 210);
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.footer-block-form #form {
  /*background-color: rgb(51,153,102);*/
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
  padding-left: 10px;
  color: white;
}

.link-dark-background a { 
  color: rgb(255,255,255);
  text-decoration: none;
}

.text-dark-background { 
  color: rgb(210,210,210);
}

.link-dark-background a:hover {
  color: rgb(248,248,248);
  text-decoration: underline
}

.link-footer-account a{
  color: #00cc00;
  text-decoration: none;
}
.link-footer-account a:hover {
  color: #00cc00;
  text-decoration: underline;
}

.margin-left-title {
  margin-left: -15px;
}

.glyphicon-menu-right {
  color: #969696;
}

.glyphicon-chevron-right {
  color: #969696;
}

.grey {
  color: #337ab7;
}

.darken-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
}

.background-nano {
  background-image: url("/images/Application-Background-01.png");
}

.background-nano-2 {
  background-image: url("/images/1626-721-appli-asw.jpg");
}

.text-title {
  font-size: 140%;
  margin-bottom: 0px;
}

.text-large {
  font-size: 120%;
}

.blue {
  color: #558ed5;
}

.red {
  color: red;
}

.margin-reduced {
  margin-top: -10px;
}

.margin-bottom-increase {
  margin-bottom: 5px;
}

.margin-10 {
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
}

.margin-right-10 {
  margin-right: 45px !important;
}

.padding-20 {
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
}

.dark-background-color {
  background-color: #454545;
  color: #cdcdcd;
}

.dark-blue-background-color {
	background-color: #253965;
  color: #cdcdcd;
}

.dark-background-color a, .dark-blue-background-color a {
  color: #cdcdcd;
}

.dark-background-color a, .dark-blue-background-color a {
  color: #cccccc;
  text-decoration: none;
}

.dark-background-color a:hover, .dark-blue-background-color a:hover {
  color: #b72121;
  text-decoration: none;
}

.nobold {
  font-weight: normal;
}

.link-homepage { 
  color: rgb(51, 51, 51);
}
.link-homepage a { 
  color: rgb(51, 51, 51);
  text-decoration: none;
}

.link-homepage a:hover {
  color: rgb(51, 51, 51);
  text-decoration: underline
}

.text-homepage { 
  color: rgb(180,180,180);
}

.well {
	background-color:rgb(245, 245, 245);
}

.breadcrumb {
	background-color:rgb(248, 248, 248);
}

th {
	background-color : rgb(240, 240, 240);
	font-weight: normal;
}

.table-striped {
	border-top-style : none;
	border-bottom-style : none;
}

.margin-subtitle-reduced {
  margin-top: -15px;
}

.margin-left-default {margin-left:20px;}

.link-homepage-line1 a {
	color: rgb(185, 142, 213);
	text-decoration : none;
}
.link-homepage-line1 a:hover {
	color: rgb(185, 142, 213);
	text-decoration : none !important;
}


.demo-box {
	background-color: #bac5d7;
	border-radius: 8px;
	padding:19px;
	color: #666666;
}
.answer_message {
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666!important;
}


.row-striped:nth-of-type(odd){
  background-color: #efefef;
  padding-top: 15px;
  padding-bottom: 15px;
}

.row-striped:nth-of-type(even){
  background-color: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
}

.event-row-title
{
  background-color: #efefef;
	color: #666666;
	padding:15px;
	background-image: linear-gradient(rgb(246,244,245), rgb(221,221,221));
	border-top: 1px solid rgb(225,225,225);
	border-bottom: 1px solid rgb(225,225,225);
}

.input-group .form-control, .input-group-btn .btn { z-index: 1 !important; }

.ui-datepicker-div { z-index: 999 !important; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 6px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #FFFFFF;
    text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #2375B6;
  border-radius: 10px;
}


.tooltip-inner {
  color: #333;
  background-color: #F3F3F3;
  border: 1px solid #DDDDDD;
}

hr {
  border: 0;
  clear:both;
  display:block;
  width: 96%;               
  background-color:rgb(229,229,229);
  height: 1px;
}

.has-error {color: #a94442!important;}


.hr2  { display: block; height: 1px;
    border: 0; border-top: 1px solid #ccc;
    margin: 1em 0; padding: 0; }
    
    
    
    
 .btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: auto;
    border-radius: 35px;
    font-size: 18px;
    line-height: 1.33;
    background-color: rgb(51,153,102);
}

.navbar-default {
  background-color: #454545;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #626262;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #626262;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: white;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #white;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #white;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #white;
    background-color: #e7e7e7;
  }
}


.img-banner {
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-top: 10px;
}

.img-banner-repeat {
  background-repeat: repeat-y;
  background-size: 100% auto;
  padding-top: 10px;
}

.block03 {
	max-width:283px;
	padding-left:0px;
}
.block04 {
	max-width:300px;
	padding-left:0px;
}

.nav-green > .nav-pills > li.active > a,
.nav-green > .nav-pills > li.active > a:hover,
.nav-green > .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #379767;
}


/* Show in Large desktops and laptops */
@media (min-width: 1380px) {
.block01-height {height:350px;}
.block05-bgimg {
        background-image:url('../images/shutterstock_92171026v4.jpg');
        height:350px;
    }
}

/*Hide in Other Small Devices */


/* Landscape tablets and medium desktops */
@media (min-width: 1100px) and (max-width: 1379px) {
.block01-height {height:250px;}
.block05-bgimg {
        background-image:url('../images/shutterstock_92171026v5.jpg');
        height:350px;
    }
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 1099px) {
.block01-height {height:200px;}
.block05-bgimg {
        background-image:url('../images/shutterstock_92171026v6.jpg');
        height:300px;
    }
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
.block01-height {height:100px;}
.block05-bgimg {
				background-image: none;
				/*height:350px;*/
    }
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
.block01-height {height:350px;}
.block05-bgimg {
				background-image: none;
        /*height:350px;*/
    }
}

@media (max-width: 375px) {
	.block05-bgimg iframe {
		height: 40px !important;
	}
}

/* ----------------- STEPPER -------------------- */

/* Latest compiled and minified CSS included as External Resource*/

/* Optional theme */

/*@import url('//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-theme.min.css');*/
.stepwizard-step p {
    margin-top: 0px;
    color:#666;
}
.stepwizard-row {
    display: table-row;
}
.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}
.stepwizard-step button[disabled] {
    /*opacity: 1 !important;
    filter: alpha(opacity=100) !important;*/
}
.stepwizard .btn.disabled, .stepwizard .btn[disabled], .stepwizard fieldset[disabled] .btn {
    opacity:1 !important;
    color:#bbb;
}
.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content:" ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-index: 0;
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}
.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}


/* ----------------- STEPPER -------------------- */


.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 6px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #FFFFFF;
    text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #2375B6;
  border-radius: 10px;
}


.tooltip-inner {
  color: #333;
  background-color: #F3F3F3;
  border: 1px solid #DDDDDD;
}

hr {
  border: 0;
  clear:both;
  display:block;
  width: 96%;               
  background-color:rgb(229,229,229);
  height: 1px;
}

.has-error {color: #a94442!important;}


.footer-form-title {color:#595959;text-transform: uppercase; font-size: 27px; margin-top: 20px;}

 /* ----------------- DISCLAIMER --------------------  */

.disclaimer-top {
	position: sticky;
	top: 0px;
	z-index: 9999;
	background-color: #f0f0f0;
	color: #333;
	padding: 5px;
}

.short-disclaimer {
	padding: 0 1rem 0 1rem;
	margin-right: 3rem;
	display: none;
	min-height: 40px;
}

.full-disclaimer {
	padding: 0 1rem 0 1rem;
	margin-right: 3rem;
}
@media (max-height: 767px) {
.full-disclaimer {
	font-size:12px !important;
}
}

.disclaimer-minus-glyph {
	border: 1px solid black;
	border-radius: 50%;
	padding: .5rem;
	cursor: pointer;
	position: absolute;
	top: 1rem;
	right: 1rem;
}

.disclaimer-plus-glyph {
	display: none;
	border: 1px solid black;
	border-radius: 50%;
	padding: .5rem;
	cursor: pointer;
	position: absolute;
	top: 1rem;
	right: 1rem;
}

@media screen and (min-width: 767px) {
	.full-disclaimer {
		display: block !important;
	}
}


/* Fake textarea */
.fake_textarea {
background-color: white;
background-image: none;
border-radius: 4px;
border: 1px inset #ccc;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
color: #555;
display: block;
font-size: 14px;
font: small courier, monospace black;
height: 500px;
line-height: 1.42857143;
overflow-y: auto;
padding: 6px 12px;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
width: 100%;
}

.whs-banner-img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}