﻿
input[type=checkbox]:checked + label {
    cursor: pointer;
}

select {
    height: 22px;
    color: #333333;
    border: 1px solid #ababab;
    border-radius: 5px;
}

.tsitxtFirst {
    margin-right: 7px;
}

input[type=checkbox][disabled] {
    background: #DDDDDD;
}

.filterPanel input[type=checkbox], .RadGrid input[type=checkbox], .rgAltRow input[type=checkbox], .rgRow input[type=checkbox] {
}

textarea:focus,
input[type=text]:focus,
input[type=password]:focus {
    border-color: rgba(47, 168, 189, 0.6);
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
}

.tsiDDCommon {
    text-indent: 5px;
}

textarea,
input[type=text]:not(.anfold-combobox-input),
input[type=password] {
    padding: 3px;
    padding-left: 3px;
    border: solid 1px #b6b6b6;
    outline: 0;
    background: #FFFFFF url('bg_form.png') left top repeat-x;
    background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(0%, rgba(248, 248, 248, 0.46)), to(#FFFFFF));
    background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 4px;
}

    input[type=text]:hover,
    input[type=password]:hover {
        border-color: #C4D3EA;
        -webkit-box-shadow: #C4D3EA 0px 0px 8px;
    }


input[type=text].rcbInput, input[type=text].rgFilterBox {
    padding: 1px;
    background-color: white;
    border: 0;
    background: white;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: white;
}

table input[type=text].rgFilterBox {
    border-color: #8e8e8e #c9c9c9 #c9c9c9 #8e8e8e;
    font-family: "segoe ui",arial,sans-serif;
    color: #333;
    border-width: 1px;
    border-style: solid;
    margin: 0;
    margin-right: -3px;
    padding: 2px 1px 3px;
    font-size: 12px;
    vertical-align: middle;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background: #FFFFFF url('bg_form.png') left top repeat-x;
    background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(0%, rgba(248, 248, 248, 0.46)), to(#FFFFFF));
    background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
}

.RadComboBox_Default .rcbReadOnly .rcbInputCellLeft input[type=text] {
    background: transparent;
}

/*html body .rcInputCell .riSingle .riTextBox[type="text"]
{
    width:100px;
}*/

