/* button left part */

.ib-base-button-left-disabled {
    background:transparent url(../../images/corelib/button/left_part_disabled.png) no-repeat scroll right top;
    width: 7px;
    height: 34px;
    float: left;

}

.ib-base-button-right-disabled{
    background:transparent url(../../images/corelib/button/right_part_disabled.png) no-repeat scroll left top;
    height:34px;
    width:7px;
    float: left;
    padding-right: 7px;
}

/* button central part */
.ib-button-text, .button-view-all .ib-base-button-text {
    background-color: #00993D;
    border-radius: 4px;
    color: #ffffff;
    height: 36px;
    padding-left: 14px;
    padding-right: 14px;
    float: left;
    line-height: 33px;
    box-sizing: border-box;
    margin-right: 15px;
}
.ib-button-text:hover, .button-view-all .ib-base-button-text:hover {
    background: #02A141;
}
.ib-button-text:active, .button-view-all .ib-base-button-text:active {
    background: #038946;
}
.link-button .ib-button-text, .button-view-all .ib-base-button-text {
    background: transparent;
    color: #007f42;
    height: 36px;
    padding-left: 14px;
    padding-right: 14px;
    float: left;
    line-height: 33px;
    box-sizing: border-box;
    margin-right: 15px;
}
.button-view-all .ib-base-button-text {
    border: 1px solid #007f42;
}
.button-view-all .ib-base-button-text:hover {
    background: #fff;
    box-shadow: none;
    border: 1px solid #2AB361;
    color: #2AB361;
}
.link-button .ib-button-text:hover, .button-view-all .ib-base-button-text:hover {
    color: #319b39;
}

.ib-base-button-text-disabled {
    background:transparent url(../../images/corelib/button/body_disabled.png) repeat-x top;
    color:#4d4d4d;
    height:34px;
    padding-left: 5px;
    padding-right: 5px;
    float: left;
    line-height: 20px;
    box-sizing: border-box;
}
.ib-button-text-disabled {
    background-color: #aaaaaa;
    border-radius: 4px;
    border: 1px solid #006c1e36;
    color: #ffffff;
    height: 34px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    line-height: 30px;
    box-sizing: border-box;
    margin-right: 15px;
}
.ib-button-text span, .ib-base-button-text-disabled span {
    text-decoration: none;
    display: inline-block;
    box-sizing: border-box;
    font-family: OpenSansRegular, "Nimbus Sans L", sans-serif;
    font-size: 15px;
}

.ib-base-button-picture {
    background:transparent url(../../images/corelib/button/body.png) repeat-x top;
    color:#4d4d4d;
    height:34px;
    float: left;
    line-height: 30px;
    padding-right: 3px;
    box-sizing: border-box;
}
.ib-base-button-picture-disabled {
    background:transparent url(../../images/corelib/button/body_disabled.png) repeat-x top;
    color: #4d4d4d;
    height:34px;
    float: left;
    line-height: 30px;
    padding-right: 3px;
    box-sizing: border-box;
}

.ib-base-button-picture img, .ib-base-button-picture-disabled img {
    vertical-align: middle;
}

.ib-button-center {
    float: left;
}
.ib-base-button-center-disabled {
    float: left;
}
