﻿
.napp {
    
    -webkit-appearance: none;
    -moz-appearance: none;
}



.input_label {
    padding-left: 5px;
    padding-right: 10px;
    font-weight: bold;
}

.input_row {
    height: 32px;
}

select {
    height: 32px;
    line-height: 32px;
    border: solid 1px #999999;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    background-color: #ffffff;
    -webkit-appearance: button;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 7px;
}

select:disabled {
    height: 32px;
    line-height: 32px;
    border: solid 1px #999999;
    color: #000000;
    background-color: WhiteSmoke !important;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    -webkit-appearance: button;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 7px;
}

textarea {
    border: solid 1px #999999;
    padding: 4px;
    -webkit-appearance: none;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 7px;
    resize: none;
}

textarea:disabled,
textarea:read-only {
    background-color: WhiteSmoke;
    border: solid 1px #999999;
    padding: 4px;
    -webkit-appearance: none;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 7px;
    resize: none;
}


input[type=text],
input[type=password] {
    height: 32px;
    line-height: 32px;
    border: solid 1px #999999;
    padding-left: 5px;
    padding-right: 5px;
    -webkit-appearance: none;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}

/* added 2 disabled class below  vvdolar 08/Apr/2025  */
    input[type=password]:disabled {
        height: 32px;
        line-height: 32px;
        
        background-color: WhiteSmoke;
        border: solid 1px #999999;
        padding-left: 5px;
        padding-right: 5px;
        cursor: default;
        pointer-events: none;
        -webkit-appearance: none;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        border-radius: 7px;
    }

    input[type=text]:disabled {
        height: 32px;
        line-height: 32px;
        
        background-color: WhiteSmoke;
        border: solid 1px #999999;
        padding-left: 5px;
        padding-right: 5px;
        cursor: default;
        pointer-events: none;
        -webkit-appearance: none;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        border-radius: 7px;
    }

    input[type=text]:read-only {
        height: 32px;
        line-height: 32px;
        
        background-color: WhiteSmoke;
        border: solid 1px #999999;
        padding-left: 5px;
        padding-right: 5px;
        cursor: default;
        pointer-events: none;
        -webkit-appearance: none;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        border-radius: 7px;
    }



input[type=password]::-ms-reveal {
    display: none;
}

input[type=submit] {
    color: #000000;
    height: 31px;
    line-height: 28px;
    border: solid 1px #666666;
    cursor: pointer;
    background: radial-gradient(#DDDDDD, #F7F7F7);

    padding-left: 10px !important;
    padding-right: 10px !important;
  
    text-align: center !important;
    -webkit-appearance: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 4px;

    font-weight:bold;
}

input[type=submit]:disabled {
    color: #FFFFFF;
    background-color: #999999 !important;
    height: 31px;
    border: solid 1px #343434;
    cursor: default;
    padding-left: 10px !important;
    padding-right: 10px !important;
    -webkit-appearance: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 4px;
    font-weight: bold;
   
}


input[type=submit].blackButton {
    color: #FFFFFF;
    background-color: #343434;
    height: 26px;
    border: solid 1px #343434;
    cursor: pointer;

    font-weight: bold;
}

input[type=submit].redButton {
    color: #FFFFFF;
    background-color: #FF0000 !important;
    height: 26px;
    border: solid 1px #FF0000 !important;
    cursor: pointer;

    font-weight: bold;
}

input[type=submit].greenButton {
    color: #FFFFFF;
    background-color: #008000 !important;
    height: 26px;
    border: solid 1px #008000 !important;
    cursor: pointer;
    font-weight: bold;
}

    

.checkbox_gen
{
    margin:-4px;
}

.checkbox_gen label {
  
}

/*Inspector */

.tbl_SpectatorGrid
{
    width:80%;
    margin-left:auto;
    margin-right:auto;
}

.tr_Inpector {
    height: 45px !important;
}
