            /*toolTip */
            .k-widget.k-tooltip {
                border-color: rgb(197, 197, 197);
                background-color: red;
                color: white;
                position: absolute;
                width: auto;
                height: auto;
                border-width: 2px;
                border-style: solid;
            }

            /*textbox*/
            .k-invalid,
            .k-textbox.k-invalid {
                border: 1px solid #ee0101 !important;
            }


            /*kendo ui紅框*/
            .UIBorderRed {
                border: 1px solid #ee0101 !important;
            }

            /*預設errorTip 隱藏視窗*/
            .errorTip {
                display: none !important;

            }
           /*顯示errorTip*/
            .errorTipShow {
                display: block !important;

            }



