/* iCheck plugin Flat skin, green
----------------------------------- */
.icheckbox_flat-green,
.iradio_flat-green {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    border: none;
    cursor: pointer;
    border: 1px solid #403B7C;
    border-radius: 2px;
}
th .icheckbox_flat-green{
    border: 1px solid white;
}
.icheckbox_flat-green.checked {
    background-color: #403B7C;
}
.icheckbox_flat-green.checked::after{
    content: '1';
    background-image: url(./iconfont/green.png);
    background-repeat: no-repeat;
    color: transparent;
    background-position: 3px 5px;
    display: block;
}
.icheckbox_flat-green.disabled {
	filter: invert(25%);
}
.icheckbox_flat-green.disabled ins{
    cursor: no-drop !important;
}

.iradio_flat-green {
    background: #ACACAC;
    border-radius: 50%;
}
.iradio_flat-green.checked {
	background: #2E2A53;
}
.iradio_flat-green.disabled {
    filter: invert(25%);
}
.iradio_flat-green.disabled ins{
    cursor: no-drop !important;
}
