﻿.button3 {
    text-align: center;
    font-size: 12px;
    border: 1px solid #3A9548;
    padding: 2px;
    /* 
    color: #ffffff;
    background-color: #3A9548; 
    text-decoration: none;*/
    margin: 3px 0;
    font-family: Tahoma;
}

.btn {
    display: block;
    color: #FFFFFF;
    padding: 3px 10px;
    background-clip: border-box;
    background-origin: padding-box;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto auto;
    margin: 3px 5px 3px 0px;
    border-radius: 2px;
    transition: all 100ms linear;
    background-color: #307ecc; /*#006699;*/ /*#5c2e91;*/
    box-shadow: 0 12px 20px -10px rgba(156, 39, 176, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(156, 39, 176, 0.2);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    border: none;
    cursor: pointer;
    cursor: hand !important;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    text-decoration: none;
    width: 97%;
   text-align:left;
    
}

input[type='button'].btn, input[type='submit'].btn {
    color: #FFFFFF;
    padding: 3px 5px;
    background-clip: border-box;
    background-origin: padding-box;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto auto;
    margin: 3px 5px 3px 0px;
    border-radius: 2px;
    transition: all 100ms linear;
    background-color: #307ecc; /*#006699;*/ /*#5c2e91;*/
    box-shadow: 0 12px 20px -10px rgba(156, 39, 176, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(156, 39, 176, 0.2);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    border: none;
    cursor: pointer;
    cursor: hand !important;
    font-family:"Tahoma "Roboto", "Helvetica", "Arial", sans-serif;
    text-decoration: none;
    font-size: 12px;
    width: 97%;
    padding-left:10px;
}


a.btn:hover {
    background-color: #3A9548;
    color: #ffffff;
}
.a-width120 {
    width: 120px !important;
    text-align: center;
    font-size: 12px;
    border: 1px solid #008299;
    padding: 1px;
    margin: 2px 0;
    font-family: Tahoma;
   
    
}


input[type='button'], input[type='submit'] {
    color: #FFFFFF;
    padding: 3px 5px;
    background-clip: border-box;
    background-origin: padding-box;
    /*background-position-x: 0%;*/
    background-position-y: 0%;
    background-size: auto auto;
    margin: 3px 5px 3px 0px;
    border-radius: 2px;
    transition: all 100ms linear;
    background-color: #006699;  /*#5c2e91;*/
    box-shadow: 0 12px 20px -10px rgba(156, 39, 176, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(156, 39, 176, 0.2);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    border: none;
    cursor: pointer;
    cursor: hand !important;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    width: 97%;
}

      input[type='submit']:hover {
        background-color: #3A9548;
        color: #ffffff;
    }
    input[type='button']:hover {
        background-color: #3A9548;
        color: #ffffff;
    }
    input[type='button'].btn-width0, input[type='submit'].btn-width0 {
        width: auto !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    input[type='button'].btn-width180 , input[type='submit'].btn-width180 {
        width: 180px!important;
    }

    input[type='button'].btn-width150 , input[type='submit'].btn-width150 {
        width: 150px!important;
    }

    input[type='button'].btn-width140 , input[type='submit'].btn-width140 {
        width: 140px!important;
    }

    input[type='button'].btn-width130 , input[type='submit'].btn-width130 {
        width: 130px!important;
    }

    input[type='button'].btn-width120 , input[type='submit'].btn-width120 {
        width: 120px!important;
    }

    input[type='button'].btn-width110 , input[type='submit'].btn-width110 {
        width: 110px!important;
    }

    input[type='button'].btn-width100 , input[type='submit'].btn-width100 {
        width: 100px!important;
    }

    input[type='button'].btn-width90 , input[type='submit'].btn-width90 {
        width: 90px!important;
    }

    input[type='button'].btn-width80 , input[type='submit'].btn-width80 {
        width: 80px!important;
    }

    input[type='button'].btn-width70 , input[type='submit'].btn-width70 {
        width: 70px!important;
    }

    input[type='button'].btn-width50 , input[type='submit'].btn-width50 {
        width: 50px!important;
    }

    input[type='button'].btn-width30 , input[type='submit'].btn-width30 {
        width: 30px!important;
    }

.innerbutton140 {
    width: 95%;
}

.button:hover {
    background-color: #3A9548;
    color: #ffffff;
}

.button:visited {
    background-color: #000000;
}

.button:active {
    background-color: #000000;
}



.button40 {
    width: 40px;
    text-align: center;
    font-size: 12px;
    border: 1px solid #3A9548;
    padding: 2px;
    /* 
    color: #ffffff;
    background-color: #3A9548; 
    text-decoration: none;*/
    margin: 3px 0;
    font-family: Tahoma;
}

    .button40:hover {
        background-color: #3A9548;
        color: #ffffff;
    }


.button50 {
    width: 50px;
    text-align: center;
    font-size: 12px;
    border: 1px solid #3A9548;
    padding: 2px;
    /* 
    color: #ffffff;
    background-color: #3A9548; 
    text-decoration: none;*/
    margin: 3px 0;
    font-family: Tahoma;
}

    .button50:hover {
        background-color: #3A9548;
        color: #ffffff;
    }

.button60 {
    width: 60px;
    text-align: center;
    font-size: 12px;
    border: 1px solid #3A9548;
    padding: 2px;
    /* 
    color: #ffffff;
    background-color: #3A9548; 
    text-decoration: none;*/
    margin: 3px 0;
    font-family: Tahoma;
}

    .button60:hover {
        background-color: #3A9548;
        color: #ffffff;
    }

.button70 {
    width: 70px;
    text-align: center;
    font-size: 12px;
    border: 1px solid #3A9548;
    padding: 2px;
    /* 
    color: #ffffff;
    background-color: #3A9548; 
    text-decoration: none;*/
    margin: 3px 0;
    font-family: Tahoma;
}

    .button70:hover {
        background-color: #3A9548;
        color: #ffffff;
    }

.button80 {
    width: 80px;
    text-align: center;
    font-size: 12px;
    border: 1px solid #3A9548;
    padding: 2px;
    /* 
    color: #ffffff;
    background-color: #3A9548; 
    text-decoration: none;*/
    margin: 3px 0;
    font-family: Tahoma;
}

    .button80:hover {
        background-color: #3A9548;
        color: #ffffff;
    }

.button90 {
    width: 90px;
    text-align: center;
    font-size: 12px;
    border: 1px solid #3A9548;
    padding: 2px;
    /* 
    color: #ffffff;
    background-color: #3A9548; 
    text-decoration: none;*/
    margin: 3px 0;
    font-family: Tahoma;
}

    .button90:hover {
        background-color: #3A9548;
        color: #ffffff;
    }

.button100 {
    width: 100px;
    text-align: center;
    font-size: 12px;
    border: 1px solid #3A9548;
    padding: 2px;
    /* 
    color: #ffffff;
    background-color: #3A9548; 
    text-decoration: none;*/
    margin: 3px 0;
    font-family: Tahoma;
}

    .button100:hover {
        background-color: #3A9548;
        color: #ffffff;
    }

.button110 {
    width: 110px;
    text-align: center;
    font-size: 12px;
    border: 1px solid #3A9548;
    padding: 2px;
    /* 
    color: #ffffff;
    background-color: #3A9548; 
    text-decoration: none;*/
    margin: 3px 0;
    font-family: Tahoma;
}

    .button110:hover {
        background-color: #3A9548;
        color: #ffffff;
    }

.button120 {
    width: 120px;
    text-align: center;
    font-size: 12px;
    border: 1px solid #3A9548;
    padding: 2px;
    /* 
    color: #ffffff;
    background-color: #3A9548; 
    text-decoration: none;*/
    margin: 3px 0;
    font-family: Tahoma;
}

    .button120:hover {
        background-color: #3A9548;
        color: #ffffff;
    }

.button124 {
    width: 124px;
    text-align: center;
    font-size: 12px;
    border: 1px solid #3A9548;
    padding: 2px;
    /* 
    color: #ffffff;
    background-color: #3A9548; 
    text-decoration: none;*/
    margin: 3px 0;
    font-family: Tahoma;
}

    .button124:hover {
        background-color: #3A9548;
        color: #ffffff;
    }

.button130 {
    width: 130px;
    text-align: center;
    font-size: 12px;
    border: 1px solid #3A9548;
    padding: 2px;
    /* 
    color: #ffffff;
    background-color: #3A9548; 
    text-decoration: none;*/
    margin: 3px 0;
    font-family: Tahoma;
}

    .button130:hover {
        background-color: #3A9548;
        color: #ffffff;
    }

.button140_1 {
    width: 140px;
    text-align: center;
    font-size: 12px;
    border: 1px solid #3A9548;
    padding: 2px;
    /* 
    color: #ffffff;
    background-color: #3A9548; 
    text-decoration: none;*/
    margin: 3px 0;
    font-family: Tahoma;
}

.button140:hover {
    background-color: #3A9548;
    color: #ffffff;
}

.button150 {
    width: 150px;
    text-align: center;
    font-size: 12px;
    border: 1px solid #3A9548;
    padding: 2px;
    /* 
    color: #ffffff;
    background-color: #3A9548; 
    text-decoration: none;*/
    margin: 3px 0;
    font-family: Tahoma;
}

    .button150:hover {
        background-color: #3A9548;
        color: #ffffff;
    }

.button160 {
    width: 160px;
    text-align: center;
    font-size: 12px;
    border: 1px solid #3A9548;
    padding: 2px;
    /* 
    color: #ffffff;
    background-color: #3A9548; 
    text-decoration: none;*/
    margin: 3px 0;
    font-family: Tahoma;
}

    .button160:hover {
        background-color: #3A9548;
        color: #ffffff;
    }

.button170 {
    width: 170px;
    text-align: center;
    font-size: 12px;
    border: 1px solid #3A9548;
    padding: 2px;
    /* 
    color: #ffffff;
    background-color: #3A9548; 
    text-decoration: none;*/
    margin: 3px 0;
    font-family: Tahoma;
}

    .button170:hover {
        background-color: #3A9548;
        color: #ffffff;
    }

.button180 {
    width: 180px;
    text-align: center;
    font-size: 12px;
    border: 1px solid #3A9548;
    padding: 2px;
    /* 
    color: #ffffff;
    background-color: #3A9548; 
    text-decoration: none;*/
    margin: 3px 0;
    font-family: Tahoma;
}

    .button180:hover {
        background-color: #3A9548;
        color: #ffffff;
    }

.button190 {
    width: 190px;
    text-align: center;
    font-size: 12px;
    border: 1px solid #3A9548;
    padding: 2px;
    /* 
    color: #ffffff;
    background-color: #3A9548; 
    text-decoration: none;*/
    margin: 3px 0;
    font-family: Tahoma;
}

    .button190:hover {
        background-color: #3A9548;
        color: #ffffff;
    }

.button200 {
    width: 200px;
    text-align: center;
    font-size: 12px;
    border: 1px solid #3A9548;
    padding: 2px;
    /* 
    color: #ffffff;
    background-color: #3A9548; 
    text-decoration: none;*/
    margin: 3px 0;
    font-family: Tahoma;
}

    .button200:hover {
        background-color: #3A9548;
        color: #ffffff;
    }


.innerbutton150 {
    width: 150px;
    text-align: center;
    font-size: 11px;
    border: 1px solid #008299 /*#3A9548*/;
    padding: 1px;
    /* 
    color: #ffffff;
    background-color: #3A9548; 
    text-decoration: none;*/
    margin: 2px 0;
    font-family: Tahoma;
}

    .innerbutton150:hover {
        background-color: #008299;
        color: #ffffff;
    }

.innerbutton120 {
    width: 120px;
    text-align: center;
    font-size: 12px;
    border: 1px solid #008299;
    padding: 1px;
    margin: 2px 0;
    font-family: Tahoma;
}

    .innerbutton120:hover {
        background-color: #008299;
        color: #ffffff;
    }

.innerbutton130 {
    width: 130px;
    text-align: center;
    font-size: 11px;
    border: 1px solid #008299 /*#3A9548*/;
    padding: 1px;
    /* 
    color: #ffffff;
    background-color: #3A9548; 
    text-decoration: none;*/
    margin: 2px 0;
    font-family: Tahoma;
}

    .innerbutton130:hover {
        background-color: #008299;
        color: #ffffff;
    }

.innerbutton140_1 {
    width: 140px;
    text-align: center;
    font-size: 11px;
    border: 1px solid #008299 /*#3A9548*/;
    padding: 1px;
    /* 
    color: #ffffff;
    background-color: #3A9548; 
    text-decoration: none;*/
    margin: 1px 0;
    font-family: Tahoma;
}

.innerbutton140:hover {
    background-color: #008299;
    color: #ffffff;
}


.innerbuttonred140 {
    width: 140px;
    text-align: center;
    font-size: 11px;
    border: 1px solid #F93757 /*#3A9548*/;
    padding: 1px;
    background-color: #F93757;
    color: #ffffff;
    font-weight: 500;
    /*background-color: #3A9548; 
    text-decoration: none;*/
    margin: 1px 0;
    font-family: Tahoma;
}

    .innerbuttonred140:hover {
        background-color: #F93757;
        color: #ffffff;
    }


.innerbuttongreen140 {
    width: 140px;
    text-align: center;
    font-size: 11px;
    border: 1px solid #56BD39 /*#3A9548*/;
    padding: 1px;
    background-color: #56BD39;
    color: #ffffff;
    font-weight: 600;
    /*background-color: #3A9548; 
    text-decoration: none;*/
    margin: 1px 0;
    font-family: Tahoma;
}

    .innerbuttongreen140:hover {
        background-color: #56BD39;
        color: #ffffff;
    }

    input[disabled="disabled"].txt11 {
            padding-top:2px!important;
            padding-bottom:2px!important;
            width:100%!important;
            font-weight:bold;
        }
