body{
   
}
body input,button{
    border-radius: 0px !important;
}
input[type = text]:focus , input[type = email]:focus , input[type = password]:focus , input[type = tel]:focus , input[type = radio]:focus ,input[type = select]:focus,input[type = textarea]:focus, input[type = checkbox]:focus{
    border: 2px solid green;
    transition: .8s;
}
textarea:focus , select:focus {
    border: 2px solid green;
    transition: .8s;
}
textarea:hover , select:hover {
    border: 2px solid green;
    transition: .8s;
}
input[type = text]:hover , input[type = email]:hover , input[type = password]:hover , input[type = tel]:hover , input[type = radio]:hover , input[type = checkbox]:hover{
    border: 2px solid green;
    transition: .1s;
}
.input-success{
    border: 2px solid green;
}
.input-error{
    border: 2px solid red;
}
.inputError{
    border: 2px solid red;
}

input.ng-touched.ng-invalid {
    border:2px solid red;
}

.fa-spinner.fa-spin{
    font-size: 50px;
    
}

input.ng-touched.ng-valid {
    border:2px solid green;
}
#header-intro-wrapper{
    background-image: url("../img/intro.jpg");
    background-size: cover;
    background-position: center;
    padding-top: 100px;
    padding-bottom: 100px;
}
#welcome-message-wrapper {
    padding: 20px;
}
#header-primary{
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    line-height: 2;

}
#header-secondary{
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    line-height: 2;

}
#search-section-wrapper{
     padding-top: 30px;
}
#search-form-input{
    border-radius: 0px !important;

    margin: 5px;
    font-size: inherit;

}
#employee-section{

    color: inherit;
}
#text-secondary{
    font-size: 24px;
    font-weight: 700;
    color: inherit;
    line-height: 3;
}
#text-secondary-large{
    font-size: 24px;
    font-weight: 700;
    color: inherit;
    line-height: 4;
}
#text-secondary-medium{
    font-size: 24px;
    font-weight: 700;
    color: inherit;
    line-height: 1;
}
#btn-sign-up{

    padding-left: 20px;
    padding-right: 20px;
    margin-left: 20px;
    border-radius: 0px;
    
}
#text-small{
    font-size: inherit;
    font-weight: inherit;
    line-height: 25px;
    color: inherit;
}

#page-content{
    padding-top: 20px;
    padding-bottom: 100px;
}
#icon-primary{
    padding-top: 10px;
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 30px;

}
#btn-btn-post-project{
    border-radius: 0px;
    
}
#section-portfolio{
    padding-top: 0;
    padding-bottom: 0px;
}

#portfolio{
    padding: 10px;
}
#text-portfolio{
    line-height: 40px;
    font-size: 20px;
   
}

.smpl-step {
    margin-top: 40px;
}
.smpl-step {
    border-bottom: solid 1px #5cb85c  ;
    padding: 0 0 10px 0;
}

.smpl-step > .smpl-step-step {
    padding: 0;
    position: relative;
}

.smpl-step > .smpl-step-step .smpl-step-num {
    font-size: 17px;
    margin-top: -20px;
    margin-left: 47px;
}

.smpl-step > .smpl-step-step .smpl-step-info {
    font-size: 14px;
    padding-top: 27px;
}

.smpl-step > .smpl-step-step > .smpl-step-icon {
    position: absolute;
    width: 70px;
    height: 70px;
    display: block;
    background: #5cb85c  ;
    top: 45px;
    left: 50%;
    margin-top: -35px;
    margin-left: -40px;
    border-radius: 50%;
}

.smpl-step > .smpl-step-step > .progress {
    position: relative;
    border-radius: 0px;
    height: 8px;
    box-shadow: none;
    margin-top: 37px;
}

.smpl-step > .smpl-step-step > .progress > .progress-bar {
    width: 0px;
    box-shadow: none;
    background: #5cb85c  ;
}

.smpl-step > .smpl-step-step.complete > .progress > .progress-bar {
    width: 100%;
}

.smpl-step > .smpl-step-step.active > .progress > .progress-bar {
    width: 50%;
}

.smpl-step > .smpl-step-step:first-child.active > .progress > .progress-bar {
    width: 0%;
}

.smpl-step > .smpl-step-step:last-child.active > .progress > .progress-bar {
    width: 100%;
}

.smpl-step > .smpl-step-step.disabled > .smpl-step-icon {
    background-color: #5cb85c  ;
}

.smpl-step > .smpl-step-step.disabled > .smpl-step-icon:after {
    opacity: 0;
}

.smpl-step > .smpl-step-step:first-child > .progress {
    left: 50%;
    width: 50%;
}

.smpl-step > .smpl-step-step:last-child > .progress {
    width: 50%;
}

.smpl-step > .smpl-step-step.disabled a.smpl-step-icon {
    pointer-events: none;
}

#review{
    height: 400px;

    padding: 10px;
    
}
#review-inner{
    border: 1px solid #ddd;
    border-radius: 4px;
    height: 100%;
    padding: 10px;
}

#skill-menu-section ul , #skill-menu-section ul li ,#skill-menu-section ul li a {
       list-style: none;
       text-decoration: none;
       color: #333;
    
}

ul {
    list-style: none;
}

#footer , #footer ul,#footer ul li , #footer ul li a{
      list-style: none;
      text-decoration: none;
    color: #fff;
}
#section-info-choose ul, #section-info-choose ul li , #section-info-choose ul li a{
     list-style: circle;
}

#text-secondary-no-space{
    font-size: 24px;
    font-weight: 700;
    color: inherit;
    line-height: 1;
}

#page-content-inner{
    background: #eee;
}
#registrationForm , #verificationForm , #loginForm{
    background-color: #fff;
    padding: 20px;
    border: 1px solid #ddd;
    padding-bottom: 50px;
}

#section-content{
    padding: 30px;
    border: 1px solid #ddd;
}




