.ib-button-view {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.ib-button-action .ib-base-button-center span, .ib-base-button-center label, .ib-base-button-center-disabled span {
    font-family: OpenSansSemiBold,"Nimbus Sans L", sans-serif;
    font-size: 16px;
    color: #fff;
    line-height: 32px;
    display: inline-block;
    padding: 6px 18px;
    box-sizing: border-box;
}

.ib-button-action-empty .ib-base-button-center span, .ib-base-button-center label, .ib-base-button-center-disabled span {
    font-family: OpenSansSemiBold,"Nimbus Sans L", sans-serif;
    font-size: 16px;
    color: #028646;
    line-height: 32px;
    display: inline-block;
    padding-left: 18px;
    padding-right: 18px;
    box-sizing: border-box;
}

.ib-button-action:hover .ib-base-button-center span, .ib-base-button-center label, .ib-base-button-center-disabled span {
    color: #fff;
}

.ib-button-action-empty:hover .ib-base-button-center span, .ib-base-button-center label, .ib-base-button-center-disabled span {
    color: #fff;
}

.demo-in-button {
    font-family: OpenSansSemiBold,"Nimbus Sans L", sans-serif;
    font-size: 15px;
    color: #0076c0;
    line-height: 40px;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;;
}

.demo-in-button:hover {
    color: #2eabef;
    cursor: pointer;
}

.demo-panel .demo-close {
    width: auto;
}
a.ib-button-action {
    margin-right: 18px;
}

.ib-button-action .ib-base-button-center {
    float: left;
    border-radius: 5px;
    background-color: #029f41;
    background: linear-gradient(to top, #00944e, #41ca5b);
    box-shadow: 0 2px 0 0 rgba(7, 137, 76, 1);
    border: none;
}

.ib-button-action-empty .ib-base-button-center {
    float: left;
    border-radius: 3px;
    background: transparent;
    border: 1px solid #028646;
}

.ib-button-action:hover .ib-base-button-center {
    background: #029f41;
}

.ib-button-action-empty:hover .ib-base-button-center {
    background: #029f41;
    border: 1px solid #029f41;
}
.ib-base-button-center-disabled {
    opacity: 0.5;
    float: left;
    border-radius: 5px;
    background-color: #029f41;
    background: linear-gradient(to top, #00944e, #41ca5b);
    box-shadow: 0 2px 0 0 rgba(7, 137, 76, 1);
}

.ib-base-button-picture {
    display: none;
}

.ib-base-button-text {
    overflow: hidden;
}

.cancel-button {
    font-family: OpenSansSemiBold,"Nimbus Sans L", sans-serif;
    font-size: 15px;
    color: #028646;
    line-height: 40px;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;

}
.ib-button-space-srvtune .ib-base-button-center {
    width: 280px;
    text-align: center;
    margin-top: 20px;
}
.change-file-foto .ib-base-button-center  {
    border-radius: 5px;
    background: transparent;
    border: 1px solid #028646;
    box-shadow: none;
    margin-top: 15px;
}
.change-file-foto .ib-base-button-center span {
    color: #028646;
}