body, html {
    height: 100%;
    background-color:rgb(0, 0, 0);
}

.bg { 
    /* The image used */
    background: url("../../../img/pagebg52.jpg") no-repeat center center;
    /* Full height */
    height: 100%; 
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.header {
    position: relative;
    background-color:rgb(21, 31, 42);
    /*background-color:rgba(21, 31, 42, 0.9);*/
    padding-top: 0rem;
    padding-bottom: 0rem;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 1rem;
    margin-bottom: .5rem;
    color: #838283;
}
.white {
    color: white;
}

a.light:link {color:#4d9dd6;}
a.light:visited {color:#4d9dd6;}
a.light:hover {color:#1191ec;}

a.dark:link {color:#000000;}
a.dark:visited {color:#000000;}
a.dark:hover {color:#ffffff;}

.formbackground-nopadbottom {
    background-color: rgb(49,44,61);
    background-color: rgba(49,44,61, 0.75);
    padding-bottom: 1rem;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border: 2px solid rgb(252, 253, 251);
    box-shadow: 10px 10px  5px rgba(0,0,0,0.6);
	-moz-box-shadow: 10px 10px  5px rgba(0,0,0,0.6);
	-webkit-box-shadow: 10px 10px  5px rgba(0,0,0,0.6);
	-o-box-shadow: 10px 10px  5px rgba(0,0,0,0.6);
  }

  .small, small {
    font-size: 70%;
    font-weight: 400;
}

.animate-switch-container {
      position: relative;
      overflow: hidden;
      border: solid 1px white;
      /* box-shadow: 6px 6px 15px gray; */
      padding: 10px;
      border-radius: 15px;
      background-color: rgb(0,0,0);
      background-color: rgba(0,0,0,0.8);
      background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
      background-size: 5px 5px;
      min-height: 350px;
      width: 100%;
  }
  .animate-switch{
    padding:10px;
    width: 100%;
  }
  .animate-switch.ng-animate {
    -webkit-transition:all 0.5s;
    transition:all 0.5s;
    position:absolute;
  
  }
  /* hide leaving slide  */
  /* show */
  .animate-switch.ng-leave{  
    left:0;
  }
  /* hide */
  .forward .animate-switch.ng-leave.ng-leave-active{ 
    left:-100%;
  }
  .backward .animate-switch.ng-leave.ng-leave-active{ 
    left: 100%;
  }
  /* show entering slide  */
  /* hide */
  .forward .animate-switch.ng-enter {
    left:100%;
  }
  .backward .animate-switch.ng-enter {
    left:-100%;
  }
  /* show */
  .animate-switch.ng-enter.ng-enter-active { 
    left:0;
  }

  
.opt-left{
    background-color: #424042;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding-top: 7px;
    float: left;
    /*filter: alpha(opacity=50);  For IE8 and earlier 
    float: right;*/
}

.opt-additional{
    background-color: #424042;
    padding-top: 7px;
    opacity: 0.5;
    /*filter: alpha(opacity=50);  For IE8 and earlier 
    float: right;*/
}

.opt-rightround{
    background-color: #424042;
    padding-top: 7px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    float: right;
    /*filter: alpha(opacity=50);  For IE8 and earlier 
    float: right;*/
}

/*override bootstrap helpblock */
.help-block {
    position: absolute;
    bottom: 42px;
    right: 0px;
    /*width: 300px; */
    background-color: rgb(204, 15, 24);
    color: white;
    padding: 6px;
    border-radius: 8px;
    box-shadow: 3px 3px 10px #3d3d3d;
    /*margin: 5px;*/
    text-align: center;
    border: 2px solid white;
    z-index: 1;
}

.help-block:after, .help-block:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  .help-block:after {
    border-color: rgba(218, 54, 42, 0);
    border-top-color: rgb(204, 15, 24);
    border-width: 10px;
    margin-left: -10px;
  }
  .help-block:before {
    border-color: rgba(0, 0, 0, 0);
    border-top-color: #FFFFFF;
    border-width: 13px;
    margin-left: -13px;
  }
  












.btn {
    padding: 14px 24px;
    border: 0 none;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    vertical-align: middle;
    width: 100%;
}

.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: 0 none;
}

.btn-primary {
    background: rgb(77, 157, 214);
    color: #ffffff;
    border-color: rgb(246, 246, 248);
}

.btn-primary.disabled, .btn-primary:disabled{
    color: rgb(26, 14, 71);
    background-color: rgb(26, 34, 71);
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background: rgb(245, 111, 50);
}

.btn-primary:active, .btn-primary.active {
    background: rgb(245, 111, 50);
    box-shadow: none;
}

.fa-ul
{
    font-size: 16px;
    text-align: left;
}

header.masthead {
    background: url("../img/bg-masthead.jpg") no-repeat center center;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

header.mastheadnoimg {
    position: relative;
    background-color: white;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.parralaxImage {
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.shadowdarklight {
    color: grey;
    text-shadow: 1px 1px 2px white, 0 0 25px lightblue, 0 0 5px lightgray;
}

.shadowdark {
    color: white;
    text-shadow: 1px 1px 2px rgb(102, 101, 102), 0 0 25px rgb(85, 84, 84), 0 0 5px rgb(218, 216, 216);
}

.shadowdarkpink {
    color: white;
    text-shadow: 1px 4px 1px rgb(180, 57, 133), 0 0 25px rgb(240, 168, 212), 0 0 5px rgb(180, 57, 133);
}

.shadowlight {
    color: white;
    text-shadow: 1px 1px 2px white, 0 0 25px lightblue, 0 0 5px lightgray;
}

.input-group-addon {
    color:#aaa; 
    background-color: #ffffff;
    padding: 5px 5px;
    border-radius: inherit;
}

.input-group-addon:focus {
    color: dodgerblue; 
    background-color: #ffffff;
    padding: 5px 5px;
    border-radius: 4px;
}

.img-responsive {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
}

.showcase {

    padding-top: 2rem;
    padding-bottom: 2rem;
}

.features-icons{
    padding-top: 2rem;
    padding-bottom: 2rem;
}



.rounded {
    border-radius: 40px;
}

.roundedimage {
    border-radius: 50%;
}

/*homecare override styles */

.infobanner{
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #881666;
    color:#ffffff;
}

.calltoactionbanner{
    padding-top: 0rem;
    padding-bottom: 1rem;
    background-color: #FFFFFF;
    color:#838283;
}

.ourservices{
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #ecafda;
    color:#ffffff;
}



.stepsrow{
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.testimonials
{
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #881666;
    color:#ffffff;
}


.call-to-action {
    background: url(../../../img/homecare.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

/*multiform styles */

#status-tabs a:link    {
    /* Applies to all unvisited links */
    text-decoration:  none;
    } 

#status-tabs a.active span {
    background-color: rgb(248, 247, 247);
    color: #9b448c;
    text-decoration:  none;
}

#status-tabs span {
    display: block;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    color: #9b448c;
    font-weight: bolder;
    text-decoration:  none;
}

#status-buttons a.active span {
    background: rgb(228, 227, 227);
}

#status-buttons a.done span {
    background: rgb(253, 103, 17);
}

#status-buttons span {
    background: #9b448c;
    display: block;
    height: 14px;
    margin: 0 auto 4px;
    padding-top: 2px;
    width: 14px;
    border-radius: 50%;
}

.textdarkred {
    color: darkred; 
    font-weight: bold;
}

.textgreen {
    color: rgb(30, 116, 30); 
    font-weight: bold;
}



  
.selecteddiv {
    background-color: rgb(248, 247, 247);
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    color: #881666;
    font-weight: bolder;
}

.notselecteddiv {
    color: #5e1140;
}

.facolor{
    color: white;
}

.siteheadingcolour
{
    color: rgb(139, 11, 101);
}

.sitedarktextcolour
{
    color: rgb(78, 78, 78);
}


/* progress bar style*/
.progress {
    background: rgba(245, 245, 245, 1);
    border: 2px solid rgba(250, 245, 249, 1);
    border-radius: 15px;
    height: 32px;
}

.progress-bar-custom {
    background: rgba(243, 196, 245, 1);
    background: -webkit-linear-gradient(top, rgba(240, 72, 232, 1) 0%, rgba(243, 196, 245, 1) 100%);
    background: linear-gradient(to bottom, rgba(240, 72, 232, 1) 0%, rgba(243, 196, 245, 1) 100%);
}




/*multistepformstyles*/

#body {
    background-color: rgb(131, 30, 63);
    margin:20px;
  }
  .animate-switch-container.forward.longStage  {
    transition:all 0.5s;
  }
  
  .fade {
    opacity: 0;
    -webkit-transition: opacity 0.25s ease-in;
    -moz-transition: opacity 0.25s ease-in;
    -o-transition: opacity 0.25s ease-in;
    -ms-transition: opacity 0.25s ease-in;
    transition: opacity 0.25s ease-in;
    transition-delay: 0.25s;
  }
  .fade.in{
    opacity: 1;
  }
  
  
  
  /*Error Tooltip */
  .err_tip {
    position: absolute;
    bottom: 42px;
    right: 0px;
    width: 300px;
    background-color: rgb(204, 15, 24);
    color: white;
    padding: 2px;
    border-radius: 12px;
    box-shadow: 3px 3px 10px #3d3d3d;
    margin: 5px;
    text-align: center;
    border: 2px solid white;
    z-index: 1;
  }
  .err_tip:after, .err_tip:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  .err_tip:after {
    border-color: rgba(218, 54, 42, 0);
    border-top-color: rgb(204, 15, 24);
    border-width: 10px;
    margin-left: -10px;
  }
  .err_tip:before {
    border-color: rgba(0, 0, 0, 0);
    border-top-color: #FFFFFF;
    border-width: 13px;
    margin-left: -13px;
  }
  
  #blog{
    position: absolute;
    bottom: 10px;
    right: 10px;
  }

  pre {
      background: white;
      color: black;
      text-align: left;
  }