﻿
.chkbox
{
    float: left;
    --margin-top: 8px;
    margin-left: 10px;
   
}


.chkbox input[type="checkbox"]
{
    float: left;
    margin-top: 0px;

}

.chkbox input[type="checkbox"] + label
{
    float: left;
    margin-left: 7px;
    --margin-top:10px;
    font-size: .8em;
    --font-weight: bold;
    --border: 1px solid #333333;
     margin-top: 5px;
}

.PopupContent .chkbox input[type="checkbox"] + label {
    margin-top:0px;
    font-size: .8em;
}

.Form .value .chkbox input[type="checkbox"] + label {
    margin-top:1px;
    font-size: .8em;
}

table.main td .chkbox input[type="checkbox"] + label,table.main th .chkbox input[type="checkbox"] + label
{
    margin-top: -3px;
}

table.Form_H td .chkbox input[type="checkbox"] + label
{
    margin-top: 1px;
}

.QueryArea .chkbox {

margin-top:7px;
}
.QueryArea .chkbox input[type="checkbox"] + label {

      margin-top: 0px;
}

.MyCheckBoxList
{
    float: left;
    
}

.MyCheckBoxList input
{
    margin-bottom: 10px;
    border: 1px solid #FFFFFF;
}

table.main td .MyCheckBoxList input[type="checkbox"]
{
    float: left;
    margin-top: 3px;

    --border: 0px solid #333333;
}

table.main td .MyCheckBoxList input[type="checkbox"] + label
{
    float: left;
    margin-top: 3px;
    margin-left: 3px;
    margin-right: 10px;
    padding-left:10px;
    --border: 0px solid #333333;
}

table.main td input[type="checkbox"] + label {
    font-size: 1.05em;

}

.QueryArea input[type="checkbox"]{

    margin-top:0px;
}

.QueryArea input[type="checkbox"] + label {
   
    font-size: .8em;
   
}

.MyCheckBoxList input[type="checkbox"]
{
    float: left;
    margin-top: 4px;
    
}

.MyCheckBoxList input[type="checkbox"] + label
{
    float: left;
    margin-top: 3px;
    margin-left: 3px;
    margin-right: 10px;
    --border: 0px solid #333333;
}


.ModalPopup_Table input[type="checkbox"]{

    margin-top:3px;
}

.ModalPopup_Table input[type="checkbox"] + label {
   
    font-size: 1.05em;
   
}

.ModalPopup_Table .MyCheckBoxList input[type="checkbox"]
{
    float: left;
    margin-top: 4px;
    
}

.ModalPopup_Table .MyCheckBoxList input[type="checkbox"] + label
{
    float: left;
    margin-top: 3px;
    margin-left: 3px;
    margin-right: 10px;
    --border: 0px solid #333333;
}

.MyCheckBoxList1
{
    float: left;
    font-size: 1em;
}

.MyCheckBoxList1 input
{
    margin-bottom: 10px;
    border: 1px solid #FFFFFF;
}

.MyCheckBoxList1 input[type="checkbox"]
{
    float: left;
    margin-top: 3px;
    --border: 0px solid #333333;
}

.MyCheckBoxList1 input[type="checkbox"] + label
{
    float: left;
    margin-top: 7px;
    margin-left: 3px;
    margin-right: 10px;
    --border: 0px solid #333333;
}

#RepeatTypeChose .MyCheckBoxList input[type="checkbox"] + label
{
    margin-top:7px;
    }

.MyCheckBoxList td
{
    --width: 100px;
}

.QueryArea .MyCheckBoxList input[type="checkbox"] + label
{
    margin-top: 5px;
}

.CB_Day
{
    float: left;
    font-size: .8em;
}

.CB_Day input[type="checkbox"]
{
    float: left;
    margin: 0px;
    margin-top: 0px;
    margin-bottom: 10px;
    --border: 1px solid #333333;
    width: 20px;
}

.CB_Day input[type="checkbox"] + label
{
    float: left;
    margin-top: 1px;
    margin-left: 3px;
    margin-right: 7px;
    --border: 0px solid #333333;
    width: 20px;
}

.MyRadioButtonList
{
    float: left;
}

.MyRadioButtonList td
{
    padding-left: 3px;
    padding-right: 20px;
}

.MyRadioButtonList input[type="radio"]
{
    float: left;
    margin-top: 0px;
    border: 0px solid #333333;
    margin-right: 5px;
}

.MyRadioButtonList input[type="radio"] + label
{
    float: left;
    --margin-left: 7px;
    font-size: .9em;
    --font-weight: bold;
    --border: 1px solid #333333;
}

td .MyRadioButtonList input[type="radio"] + label
{
    font-size: 1.1em;
    margin-top: -3px;
}
