﻿.itmbtn {
    border-bottom: .5px solid #7fbe1c;
    padding: 0;
    line-height: 40px;
    padding-right: 40px;
    background: #FFF;
    color: #7fbe1c;
    position: relative;
    display: block;
    width: 100%;
    font-size: 1.2rem;
    font-weight: bold;
}

.itmbtn::before {
    content: " ";
    display: inline-block;
    width: 20px;
    height: 20px;
    /*background: #000;*/
    border: 1px solid #7fbe1c;
    border-radius: 11px;
    position: absolute;
    top: 10px;
    right: 5px;
}

.itmbtnselected {
    border-bottom: .5px solid #7fbe1c;
    padding: 0;
    line-height: 40px;
    padding-right: 40px;
    background: rgba(127, 190, 28, 0.2);
    color: #7fbe1c;
    position: relative;
    display: block;
    width: 100%;
    font-size: 1.2rem;
    font-weight: bold;
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(127, 190, 28,0.4);
    -moz-box-shadow: inset 0px 0px 5px 0px rgba(127, 190, 28,0.4);
    box-shadow: inset 0px 0px 5px 0px rgba(127, 190, 28,0.4);
    /*-webkit-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.4);
    box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.4);*/
}

    .itmbtnselected::before {
        content: " ";
        display: inline-block;
        width: 20px;
        height: 20px;
        background: #5e7935;
        border: 3px solid #7fbe1c;
        border-radius: 11px;
        position: absolute;
        top: 10px;
        right: 5px;
    }

.dtlstitle {
    border-bottom: 2px solid #7fbe1c;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 30px;
    height: 40px;
    padding: 5px 20px;
    text-align: right;
    background: rgba(127, 190, 28, 0.5);
    margin-bottom: 20px;
    color: #5e7935;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(127, 190, 28,0.4);
    -moz-box-shadow: 0px 0px 5px 0px rgba(127, 190, 28,0.4);
    box-shadow: 0px 0px 5px 0px rgba(127, 190, 28,0.4);
}
.dtlstitle i{
    margin-left: 7px;
}

/*
form button.itmbtn, form input[type=submit].itmbtn {
    border-bottom: .5px solid #7fbe1c;
    padding: 0;
    line-height: 40px;
    padding-right: 40px;
    background: #FFF;
    color: #7fbe1c;
    display: block;
    width: 100%;
    text-align : right;
    position: relative;
}

    form button.itmbtn:after, form input[type=submit].itmbtn:after {
        content: "";
        display: block;
        width: 25px;
        height: 25px;
        background: #000;
        border: 2px solid #7fbe1c;
        border-radius: 8px;
        position: absolute;
        top: 5px;
        right: 5px;
    }*/