/***** common buttons *****/

.button li {
    behavior: url(../../../Theme/CSS/assets/PIE.htc);
    border-width: 1px 1px 1px 7px;
    border-style: solid;
    background-color: #FFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 12px;
    font-family: Tahoma;
    border-color: #9ab34d;
    text-decoration: none;
    padding: 0 0 0 2px;
    margin-right: 4px;
    margin-bottom: 4px;
    float: left;
}

    .button li:hover {
        border-color: #9ab34d;
    }

.button {
    /*display: block; in a div*/ /*zoom: 1;  *display:inline; */
    height: 15px;
}

.button-li {
    border-color: #9ab34d;
    /*background: url(../Image/button_l.png) no-repeat;*/
    padding: 0 0 0 2px;
    margin-right: 3px;
    float: left;
}

    .button-li:hover {
        border-color: #9ab34d;
        /*background: url(../Image/button_l_hover.png) no-repeat;*/
        padding: 0 0 0 2px;
    }

.button a {
    float: left;
    /*background-color: #9ab34d;*/
    /*background: url(../Image/button_r.png) no-repeat right top;*/
    margin: 0 0 0 0.2em;
    padding: 2px 10px 0px 3px;
    color: black !important;
    font-size: 8pt;
    text-decoration: none !important;
    display: block;
    margin-bottom: 4px;
}

.button-li-none {
    float: left;
    background-image: none;
    padding: 0;
    margin: 0;
    display: none;
}

.ul-button-submit {
    margin-top: 5px;
}

.button-margin-bottom-small {
    margin-bottom: 5px;
}

/***** close button *****/

.a-close {
    margin: -12px -12px 0 0;
    float: right;
    background: url(../Image/cancel.png) top no-repeat;
    height: 23px;
    width: 23px;
    cursor: pointer;
}

.a-close-tab {
    margin: 4px 2px 0 0;
}

.css-close {
    font-size: 13px;
    font-weight: bold;
    color: white;
    float: right;
    width: 30px;
    text-align: center;
    margin: -1px 3px 0 0;
    border: 1px solid #485424;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
}

    .css-close:hover {
        background-color: #d05257;
    }

/***** pure Css button *****/
.css-button {
    font-size: 12px;
    font-weight: bold;
    color: white;
    background-color: #9ab34d;
    padding: 3px 6px 3px 6px;
    width: 65px;
}

/***** delete edit round ****/
.edit-round-delete {
    float: right;
    margin-right: 6px;
}

/***** button expand *****/
.button-expand {
    font-weight: bold;
    margin-right: 5px;
    width: 11px;
}

/***** Year Arrow Button *****/

.arrowbuttonleft, .arrowbuttonright {
    margin-bottom: -2px;
    width: 14px;
    height: 14px;
}

.rdb-asset-search label {
    margin-right: 7px;
    font-weight: 600;
}

.rdb-asset-search input[type='radio'] {
    -moz-appearance: radio;
    margin-right: 30px;
}