body{
    font-family: 'Open Sans', sans-serif;
}
#header {
    position: fixed;
    width: 100%;
    z-index: 1010;
    top: 0;
}
#header .head-info {
    float: left;
}
#header .logo {
    float:left;  
    margin-right: 10px;
}
#header .title {
    float:left;  
    font-weight: 600;
}
#header .subtitle {
    float:left;  
    font-weight: 300;
    margin-top: -4px;
}
.footer {
    background: #000000;
    color: white;
}
.copyright p{border-top:1px solid rgba(255,255,255,.1);} 

.links ul {
    list-style-type: none;
}

.links li a{
    color: white;
    transition: color .2s;
}
.links li a:hover {
    text-decoration:none;
    color:grey;
}


.margin-top-110{
    margin-top: 100px;
}
.margin-top-120{
    margin-top: 150px;
}
.margin-bottom-120{
    margin-bottom: 120px;
}
.custom_error {
    color: red;
    background-color: #ffd9d9;
    border: 1px dashed;
    padding: 2px;
    font-size: 12px;
}
.custom_dark_bg {
    background-color: #000000;
}



 form .upload-area{
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem;
    width: 100%;
    height: 200px;
    border: 2px dashed #0d8acd;
  }
  form .upload-area p{
    padding-top: 6%;
    width: 100%;
    height: 100%;
    text-align: center;
    color:black;
    font-family: Arial;
  }
  form .upload-area input{
    padding: 2rem;
      background-color: red;
    position: absolute;
    margin: 0;
    width: 97%;
    height: 5%;
    outline: none;
    opacity: 0;
  }
  form .upload-area button{
    margin: 0;
    color: #fff;
    background: #16a085;
    border: none;
    width: 508px;
    height: 35px;
    margin-top: -20px;
    margin-left: -4px;
    border-radius: 4px;
    border-bottom: 4px solid #117A60;
    transition: all .2s ease;
    outline: none;
  }
  form .upload-area button:hover{
    background: #149174;
      color: #0C5645;
  }
  form .upload-area button:active{
    border:0;
  }


.increase {
height: 113px;
}
.increase .head-info {
width: 60%;
}
.increase img {
height: 80px;
}
.increase .title {
margin-top: 12px;
font-size: 1.2rem;
}

.decrease {
height: 60px;
}
.decrease .head-info {
width: 40%;
}
.decrease img {
height: 40px;
}
.decrease .title {
margin-top: 5px;
font-size: 0.8rem;
}
.decrease .subtitle {
font-size: 0.7rem;
}
.decrease .navbar {
padding: 0;
}
.decrease .navbar-brand {
margin-top: 3px;
}

.highline-info {
    background-color: #e9ecef;
    border-radius: .3rem;
    padding: 1rem;
    margin: 0;
}

@media (min-width: 100px) and (max-width: 900px) 
{   
.increase, .decrease {
height: auto !important;
}
.increase .head-info, .decrease .head-info {
width: 80%;
}
}

.box-steps {
    border: dashed 2px #e9ecef;
}


.multi-steps > li.is-active:before, .multi-steps > li.is-active ~ li:before {
    content: counter(stepNum);
    font-family: inherit;
    font-weight: 700;
}
.multi-steps > li.is-active:after, .multi-steps > li.is-active ~ li:after {
    background-color: #ededed;
}
.multi-steps {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.multi-steps > li {
    counter-increment: stepNum;
    text-align: center;
    display: table-cell;
    position: relative;
    color: #55b776;
    font-size: 0.9rem;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
}
.multi-steps > li:before {
content: '\f00c';
    content: '\2713;';
    content: '\10003';
    content: '\10004';
    content: '\2713';
    display: block;
    margin: 0 auto 4px;
    background-color: #fff;
    width: 50px;
    height: 50px;
    line-height: 45px;
    text-align: center;
    font-weight: bold;
    border-width: 3px;
    border-style: solid;
    border-color: #55b776;
    border-radius: 50%;
}
.multi-steps > li:after {
    content: '';
    height: 3px;
    width: 100%;
    background-color: #55b776;
    position: absolute;
    top: 23px;
    left: 50%;
    z-index: -1;
}
.multi-steps > li:last-child:after {
    display: none;
}
.multi-steps > li.is-active:before {
    background-color: #55b776;
    border-color: #55b776;
    color: white;
}
.multi-steps > li.is-active ~ li {
    color: #808080;
}
.multi-steps > li.is-active ~ li:before {
    background-color: #ededed;
    border-color: #ededed;
}



  
  
  