﻿:root {
    --borderColor: black;
    --shadowColor: silver;
    --backgroundColor: white;
    --borderColorHoover: red;
    --boxshadowColorHoover: whitesmoke;
    --backgroundColorHoover: yellow;
}


input[type=text]:focus {
    background-color: lightblue;
    border: 4px solid #555;
}



.cssMenuItem {
    border: 0px solid red;
    padding-top: 3px;
    height: 30px;
    font-size: medium;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0px -0px 15px red inset;
    background-color: whitesmoke;
    -moz-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
}

    .cssMenuItem:hover {
        border-style: dotted;
        background-color: orangered;
    }


.DropLabel {
    display: block;
    width: 100%;
    height: 25px;
    background-color: dodgerblue;
    padding-top: 8px;
    text-align: right;
    vertical-align: central;
    font-size: medium;
    text-underline-offset: unset;
    border: 1px outset;
    color: black;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 0px 0px 5px darkblue inset;
}

    .DropLabel:hover {
        background-color: skyblue;
    }

.LeftLabel {
    display: block;
    width: 100%;
    height: 25px;
    padding-top: 8px;
    font-size: medium;
    border: 1px outset;
    background-color: white;
    color: black;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    text-align: center;
    box-shadow: 0px 0px 5px red inset;
}


.NumericLabel {
    display: block;
    width: 100%;
    height: 25px;
    padding-top: 8px;
    text-align: right;
    vertical-align: central;
    font-size: medium;
    border: 1px outset;
    background-color: white;
    color: black;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 0px 0px 5px darkblue inset;
}

    .NumericLabel:hover {
        background-color: whitesmoke;
    }


.RightLabel {
    display: block;
    width: 100%;
    height: 25px;
    padding-top: 8px;
    text-align: left;
    vertical-align: central;
    font-size: medium;
    border: 1px outset;
    background-color: white;
    color: black;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 0px 0px 5px darkblue inset;
}
    .RightLabel:hover {
        background-color: grey;
    }

.DropButton {
    Width: 100%;
    Height: 30px;
/*    text-align: left;
    background-color: dodgerblue;
    padding-top: 8px;
    text-align: left;
    vertical-align: central;
    font-size: medium;
    border: 1px outset;
    color: black;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 0px 0px 5px darkblue inset;
    cursor: zoom-in;*/
}

    .DropButton:hover {
        background-color: skyblue;
    }



/*    .DropLabel {
        display: block;
        width: 100%;
        height: 25px;
        background-color: dodgerblue;
        padding-top: 8px;
        text-align: left;
        vertical-align: central;
        font-size: medium;
        border: 1px outset;
        color: black;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        box-shadow: 0px 0px 8px darkblue inset;
    }
    .DropLabel:hover {
        background-color: skyblue;
    }*/

    .RadioButton {
            width: 100%;
            height: 25px;
            padding-top: 0px;
            vertical-align: central;
            font-size: medium;
            border: 1px outset;
            background-color: white;
            color: black;
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
            border-bottom-left-radius: 5px;
            border-bottom-right-radius: 5px;
            box-shadow: 0px 0px 5px darkblue inset;
        }
    .RadioButton:hover {color: white; background-color: grey;}

.DateEdit {
    width: 100%;
    height: 25px;
    font-size: medium;
    background-color: white;
    color: black;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 0px 0px 5px darkblue inset;
    /*DisplayFormatString="dd/MM/yyyy" EditFormat="Custom" EditFormatString="dd/MM/yyyy"*/
}
    .DateEdit:hover{background-color: grey;}



    .SeparatorLabel {
        display: block;
        width: 100%;
        height: 27px;
        background-color: black;
        padding-top: 8px;
        text-align: center;
        vertical-align: central;
        font-size: larger;
        border: 1px outset;
        color: white;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        box-shadow: 0px 0px 5px 5px grey inset;
    }


.SeparateImage {
    width: 80%;
    max-width: 600px;
    border: 4px solid blue;
    border-color: orange;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    box-shadow: 0px -0px 15px red inset;
    background-color: whitesmoke;
    -moz-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
}

    .SeparateImage:hover {
        border-style: dashed;
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
    }

    /*.cssbtnMain {*/
input[type="submit"] {
    border: 2px solid yellow;
    padding: 2px;
    padding-top: 5px;
    height: 33px;
    color: white;
    font-size: large;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    text-align: center;
    box-shadow: 0px 0px 5px gainsboro inset;
    background-color: saddlebrown;
    -moz-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
}

        input[type="submit"]:hover {
            color: white;
            border: 1px solid red;
            box-shadow: 0px 0px 10px white inset;
            background-color: darkgreen;
        }

.DataButton {
    padding-top: 3px;
    width: 100%;
    height: 40px;
    font-size: medium;
    border: 1px outset blue;
    background-color: black;
    color: black;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    text-align: center;
    box-shadow: 0px 0px 5px red inset;
}


    /*======================================================================================================================================
input[type="text"], input[type="password"] {
    height: 27px;
    font-size: medium;
    border: 2px var(--borderColor) outset;
    background-color: var(--backgroundColor);
    color: black;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    text-align: center;
    box-shadow: 0px 0px 5px var(--boxshadowColorHoover) inset;
}

    input[type="text"]:hover, input[type="password"]:hover {
        border: 2px solid var(--borderColorHoover);
        box-shadow: 0px 0px 10px var(--boxshadowColorHoover) inset;
        background-color: var(--backgroundColorHoover);
    }*/


/*input[type="submit"] {
border: 2px solid yellow;
padding: 0px;
height: 27px;
color: white;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
text-align: center;
box-shadow: 0px 0px 5px gainsboro inset;
background-color: brown;
-moz-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
}
    .btnMain :hover {
        color: white;
        border: 1px solid red;
        box-shadow: 0px 0px 10px white inset;
        background-color: darkgreen;
    }*/


/*[id$="lbl1"] {
    border: 2px red;*/
/*    height: 20px;*/
    /*padding-top: 4px;
    border-top-left-radius: 3px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 12px;
    text-align: center;
    box-shadow: 0px 0px 8px var(--shadowColor) inset;
    background-color: aqua;
    -moz-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
}

[id$="lbl0"] {
    border: 2px red;*/
/*    height: 20px;
*/    /*padding-top: 4px;
    border-top-left-radius: 3px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 12px;
    text-align: center;
    box-shadow: 0px 0px 8px var(--shadowColor) inset;
    background-color: aquamarine;
    -moz-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
}

[id$="BalanceLabel"], [id$="DebitLabel"], [id$="CreditLabel"], [id$="lblx"],[id$="CountLabel"] {*/
    /*border: 0px orange;*/
    /*height: 18px;*/
    /*padding-right: 5px;*/
    /*font-size: small;*/
    /*border-top-left-radius: 10px;*/
    /*border-top-right-radius: 10px;*/
    /*border-bottom-left-radius: 10px;*/
    /*border-bottom-right-radius: 10px;*/
    /*text-align: right;*/
    /*box-shadow: 0px 0px 2px green inset;*/
    /*background-color: white;*/
    /*-moz-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);*/
/*}*/




/*.GeneralLabel {
    height: 30px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 5px;
    padding-bottom: 8px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0px -0px 15px red inset;
    background-color: aqua;
}


.GeneralPadding {
    height: 30px;
    padding-left: 9px;
    padding-right: 9px;
    padding-top: 3px;
    padding-bottom: 3px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0px -0px 15px red inset;
    background-color: aqua;
}



.cssPopup {
    width: 100px;
    height: 40px;
    visibility: visible;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
}*/




/*.cssdiv {
    border: 5px solid red;
    padding-top: 0px;
    width: 220px;
    height: 70px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    box-shadow: 0px -0px 15px red inset;
    background-color: whitesmoke;
    -moz-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
}*/

/*cssImage {
    border: 8px solid red;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    box-shadow: 0px -0px 45px red inset;
    background-color: whitesmoke;
    -moz-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
}

.cssImage:hover {
    border-style: dotted;
    background-color: orangered;
}*/
