<style>

.header {
    padding: 0px 20px;
    border-bottom: 1px solid #e5e5e5;
}

.container-cfe-header{
    padding: 0px 20px;
    border-bottom: 1px solid #e5e5e5;
}

.navbar-nav > li {
    float: left;
    position: relative;
}

.navbar-light .navbar-nav .active a::after {
    border-bottom: 2px solid #E8F7F1;
    bottom: 0px;
    content: " ";
    left: 0px;
    position: absolute;
    right: 0;
}

.container-cfe{
    padding: 0px 20px;
}

.cfepage-content-body {
    padding: 20px 0px;
}

.cfepage-content-titles {
    padding: 20px 0px;
}

input[type=text], select {
    width: 100%;
    padding: 0px 10px;
    display: inline-block;
    border: 0px;
    background: #E8F7F1;

}

input[type=password], select {
    width: 100%;
    padding: 0px 10px;
    display: inline-block;
    border: 0px;
    background: #E8F7F1;
}

input[type=email], select {
    width: 100%;
    padding: 0px 10px;
    display: inline-block;
    border: 0px;
    background: #E8F7F1;
}


input[type=submit] {
    background-color: #2caf8c;
    color: white;
    padding: 8px 30px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: #28a180;
}

button[type=submit] {
    background-color: #2caf8c;
    color: white;
    padding: 8px 30px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
}

button[type=submit]:hover {
    background-color: #28a180;
}

.primaryAction {
    background-color: #2caf8c;
    color: white;
    padding: 8px 30px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
}

.primaryAction:hover {
    background-color: #28a180;
}

.action-button {
    background-color: #2caf8c;
    color: white;
    padding: 8px 30px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    float: right;
}

.action-button:hover {
    background-color: #28a180;
}

.cancel-button {
    background-color: #666666;
    color: white;
    padding: 8px 20px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    float: right;
}

.cancel-button:hover {
    background-color: #757575;
}

.text-form {
    text-align: left;
    padding: 0px 0px;
}

.cfe-table a {
    color: inherit;
}

span.step {
    background: #2caf8c;
    border-radius: 2em;
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    color: #ffffff;
    display: inline-block;
    font-weight: bold;
    line-height: 4em;
    margin-right: 5px;
    text-align: center;
    width: 4em; 
}

.col-md-3 a {
    color: inherit;
}

.little-hand-on-over{
    cursor: pointer;
}

.color-main-withe {
    background-color: white;
    text-align: center;
    color: black;
    padding: 10px 10px 10px 10px
}

.color-main-green {
    background-color: #2caf8c;
    text-align: center;
    color: white;
    padding: 10px 10px 10px 10px
}

</style>
