/*=========== global css start from here====*/
th { padding:8px;}






.button_example
    {
        /*border: 1px solid #009507;*/
        border-radius: 3px;
        font-size: 12px;
        font-family: arial,helvetica,sans-serif;
        padding: 4px;
        text-decoration: none;
        display: inline-block;
        font-weight: bold;
        color: #FFF;
        background-color: #2196F3;
        margin-top: 2px;
        border:none;
        /*background-image: linear-gradient(to bottom, #25C549, #0AAE4B);*/
       
    }

    
    .button_example:hover
    {
        /*border: 1px solid #009C18;*/
        /*background-color: #0AAE4B;*/
        /*background-image: linear-gradient(to bottom, #73C300, #36C800);*/
         box-shadow:0px 7px 17px 0px rgba(0,0,0,0.4);
    }
    
    .HideButton
    {
        display: none;
    }
    ul.master_menu{list-style:none; display: -webkit-inline-box;
    display: inline-flex;    margin: 0px;    border: 0px; margin-right: 15px;
    /*display: -webkit-box;*/}
    ul.master_menu li{margin:2px;}
    ul.master_menu li select{    margin-top: 2px;height: 23px !important;}
    
    fieldset {   
    border-width: 1px !important;
    border-style: solid !important;
    border-color: #cacaca !important;
    border-radius: 7px !important;
}
legend {
    padding-right: 7px;
}