/* =======================================================
*
* 	Template Style 
*	Edit this section
*
* ======================================================= */
body {
  font-family: "Open Sans", Arial, sans-serif;
  line-height: 1.5;
  font-size: 13px;
  color: #848484;
  background-color: #f0f0f0;
  text-align:justify;
}
body.style-2 {
  background-color: #ffffff;
  background-size: cover;
  background-position: -30% center;
  background-repeat: no-repeat;
  background-image: url(../images/bg_2.jpg);
  height: 100%;
}
body.style-3 {
  background: #ffffff url(../images/geometry2.png) repeat;
}

a {
  color: #2471A3;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  color: #3498DB;
}

.menu {
  padding: 0;
  margin: 30px 0 0 0;
}
.menu li {
  list-style: none;
  margin-bottom: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.menu li a {
  padding: 5px;
}
.menu li.active a {
  color: #b3b3b3;
}

.fh5co-form {
  padding: 30px;
  margin-top: 1em;
  -webkit-box-shadow: -4px 7px 46px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -4px 7px 46px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: -4px 7px 46px 2px rgba(0, 0, 0, 0.1);
  box-shadow: -4px 7px 46px 2px rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.style-2 .fh5co-form {
  -webkit-box-shadow: -4px 7px 46px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -4px 7px 46px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: -4px 7px 46px 2px rgba(0, 0, 0, 0.1);
  box-shadow: -4px 7px 46px 2px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .fh5co-form {
    padding: 15px;
  }
}
.fh5co-form h2 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 20px;
  margin: 0 0 30px 0;
  color: #000000;
}
.fh5co-form .form-group {
  margin-bottom: 30px;
}
.fh5co-form .form-group p {
  font-size: 14px;
  color: #9f9f9f;
  font-weight: 300;
}
.fh5co-form .form-group p a {
  color: #000000;
}
.fh5co-form label {
  font-weight: 300;
  font-size: 14px;
  font-weight: 300;
}
.fh5co-form .form-control {
  font-size: 16px;
  font-weight: 300;
  height: 50px;
  padding-left: 0;
  padding-right: 0;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fh5co-form .form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}
.fh5co-form .form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}
.fh5co-form .form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}
.fh5co-form .form-control:-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}
.fh5co-form .form-control:focus, .fh5co-form .form-control:active {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.btn-primary {
  height: 30px;
  padding-right: 20px;
  padding-left: 20px;
  border: none;
  background: #77A3F5;
  color: #ffffff;
  -webkit-box-shadow: -2px 10px 20px -1px rgba(171, 212, 237,0.8);
  -moz-box-shadow: -2px 10px 20px -1px rgba(171, 212, 237,0.8);
  -o-box-shadow: -2px 10px 20px -1px rgba(171, 212, 237,0.8);
  box-shadow: -2px 10px 20px -1px rgba(171, 212, 237,0.8);
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  color: #ffffff;
  background: #858bfb !important;
  outline: none;
}

input, textarea {
  color: #000;
}

.placeholder {
  color: #aaa;
}

.js .animate-box {
  opacity: 0;
}

.content
{
    height:100%; 
    width:100%;          
    padding-top:20px;
    padding-left:20px;
    text-align:left;
    background-color:#F0F8FF;
    font-size:12px;
}
/* WIZARD */
.stepNotCompleted
{
    background-color: rgb(153,153,153);
    width: 25px;
    border: 4px solid #CCCCCC;
    margin-right: 5px;
    color: White;
    font-family: Arial;
    font-size: 16px;
    text-align: center;
}

.stepCompleted
{
    background-color: #0033cc;
    width: 25px;
    border: 4px solid #9EC5E1;
    color: White;
    font-family: Arial;
    font-size: 16px;
    text-align: center;
}

.stepCurrent
{
    background-color: #e01122;
    width: 25px;
    border: 4px solid #E5ABAB;
    color: White;
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.stepBreak
{
    width: 5px;
    background-color: Transparent;
}

.wizardProgress
{
    padding-right: 10px;
    font-family: Arial;
    color: #333333;
    font-size: 14px;

}

.wizardTitle 
{
    font-family:Calibri;
    font-size: 150%;
    font-weight: bold;
    color: #e01122;
    vertical-align: middle;
}

.requiredFiled 
{
    color:red;
     font-size: 18px;

}
.custom-alert {
    padding: 1rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px thin transparent;
    border-radius: .25rem;
    background-color: #cbffcc;
    border-color: #a2ffbc;
    color: #676767;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.1), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.1);
    transition: 0.2s;

}

.custom-alert:hover {
    box-shadow: 0 6px 10px 0 rgba(0,128,128,0.3), 0 1px 18px 0 rgba(0,128,128,0.1), 0 3px 5px -1px rgba(0,128,128,0.2);
}

.custom-alert a {
    text-decoration:none;
}

.custom-alert a:hover {
    color:#000;
}

.myalert {
    padding:40px 0px;
}

.alert-dismissible.custom-alert .close {
    position: relative;
    top: -.75rem;
    right: -1.25rem;
    padding: .75rem 1.25rem;
    color: inherit;
}

.green-alert {
    background-color: #dff0d8;
    border-color: #d0e9c6;
    color: #3c763d;
    border-bottom: 1px solid;
}

.red-alert {
    background-color: #f2dede;
    border-color: #ebcccc;
    color: #a94442;
    border-bottom: 1px solid;
}

.info-alert {
    background-color: #d9edf7;
    border-color: #bcdff1;
    color: #31708f;
    border-bottom: 1px solid;
}

.warning-alert {
    background-color: #fcf8e3;
    border-color: #faf2cc;
    color: #8a6d3b;
    border-bottom: 1px solid;
}
.blink_text {

    animation:1s blinker linear infinite;
    -webkit-animation:1s blinker linear infinite;
    -moz-animation:1s blinker linear infinite;

    font-size:larger;
     color:blueviolet;
    }

    @-moz-keyframes blinker {  
     0% { opacity: 1.0; }
     50% { opacity: 0.3; }
     100% { opacity: 1.0; }
     }

    @-webkit-keyframes blinker {  
     0% { opacity: 1.0; }
     50% { opacity: 0.3; }
     100% { opacity: 1.0; }
     }

    @keyframes blinker {  
     0% { opacity: 1.0; }
     50% { opacity: 0.3; }
     100% { opacity: 1.0; }
     }

/*# sourceMappingURL=style.css.map */
