.fld-label{
    font-weight:bold;
    //width:120px;
    margin-left:3px;
    margin-top:5px;
    color:#505050;
    display:inline-block;
    vertical-align:top;
    text-align:left;
    overflow:hidden;
    font-size:13px;
}
.option-label{
    font-weight:bold;
    width:230px;
    margin-left:3px;
    margin-top:6px;
    color:#505050;
    display:inline-block;
    vertical-align:top;
    text-align:right;
    overflow:hidden;
    font-size:13px;
}

.rdonly-label:before{
    content:":";
}
.rdonly-label{
    //font-weight:bold;
    /*
    padding:4px 11px;
    color:black;
    background-color:#bbb;
    display:inline-block;
    vertical-align:top;
    overflow:hidden;
    font-family: Arial;
    font-size:16px;
    */
    display:inline-block;
    font-size:13px;
    padding:5px 8px;
    padding-bottom:0px;
    padding-left:3px;
    font-weight:bold;
}
.rdonly-option:before{
    content:":";
}
.rdonly-option{
    font-weight:bold;
    padding:3px 8px;
    padding-left:0px;
    margin-top:2px;
    margin-left:3px;
    color:black;
    border: 1px solid transparent;
    background-color:transparent;
    display:inline-block;
    vertical-align:top;
    overflow:hidden;
    font-size:13px;
}
.x-grid-tree-loading .x-tree-icon {
  background-image: url('images/tree/loading.gif');
}

.tree{
    margin:5px;
    padding-bottom:5px;
    position:relative;
}
.tree .title{
    font-size: 18px;
    color:#404040;
    font-weight: bold;
    cursor:pointer;
    padding-left:18px;
}
.tree input[type=checkbox]{
    display: none;
}
.tree input:checked + div{
    display: none;
}
.text-core{
    display: inline-block;
}
.x-btn-side-bar-small{
    width:120px;
    color:#505050;
    padding:5px 10px;
    font-weight:bold;
    text-align:left;
    cursor:pointer;
}
.x-btn-side-bar-small.x-btn-pressed{
    background-color:#DDD;
}
.x-btn-side-bar-small:hover{
    background-color:#DDD;
}
label{
    cursor:pointer;
}


.radio-toolbar input[type="radio"] {
    display:none; 
}

.radio-toolbar label:before {
    content: " ";
    width:12px;
    height:12px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid black;
    vertical-align: bottom;
    margin-right: 3px;
}
.radio-toolbar label {
    display:inline-block;
    padding:6px 11px;
    font-family:Arial;
    font-size:16px;
    line-height: 16px;
}

.radio-toolbar input[type="radio"]:checked + label:before { 
     background: -webkit-radial-gradient(#505050 50%, #ddd 50%);
}

.radio-toolbar2 input[type="radio"] {
    display:none; 
}

.radio-toolbar2 label:before {
    content: " ";
    width:12px;
    height:12px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid black;
    vertical-align: bottom;
    margin-right: 3px;
}
.radio-toolbar2 label {
    display:inline-block;
    background-color:#ddd;
    color:#948d8f;
    padding:6px 11px;
    font-family:Arial;
    font-size:16px;
    line-height: 16px;
}

.radio-toolbar2 input[type="radio"]:checked + label { 
    background-color:#ddd;
    color:#948d8f;
}
.radio-toolbar2 input[type="radio"]:checked + label:before { 
     background: -webkit-radial-gradient(#505050 50%, #ddd 50%);
}


.onoffswitch {
    position: relative; width: 70px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 1px solid #666666; border-radius: 5px;
}
.onoffswitch-inner {
    width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    float: left; width: 50%; height: 20px; padding: 0; line-height: 20px;
    font-size: 13px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "On";
    padding-left: 10px;
    background-color: #6194FD; color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "Off";
    padding-right: 10px;
    background-color: #F8F8F8; color: #666666;
    text-align: right;
}

.onoffswitch-inner2 {
    width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner2:before, .onoffswitch-inner2:after {
    float: left; width: 50%; height: 20px; padding: 0; line-height: 20px;
    font-size: 13px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.onoffswitch-inner2:before {
    content: "On";
    padding-left: 10px;
    background-color: #c0c0c0; 
    color: #FFFFFF;
}
.onoffswitch-inner2:after {
    content: "Off";
    padding-right: 10px;
    background-color: #c0c0c0; 
    color: #666666;
    text-align: right;
}

.onoffswitch-switch {
    width: 30px; margin: 0px;
    background: #FFFFFF;
    border: 1px solid #666666; border-radius: 5px;
    position: absolute; top: 0; bottom: 0; right: 40px;
    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s; 
    background-image: -moz-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
    background-image: -webkit-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
    background-image: -o-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
    background-image: linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner2 {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}