﻿
.WebPage {
	position:relative;
	//width: 100%;
    //width: auto;
	//height: 100%;
    //height: auto;
	//top: 0;
	//left: 0;
    display:block;
    padding: 0;
	background: rgba(0,0,0,0);
    overflow:visible;
    
    //background: #bd3535;
}

.WebForm {
    width: auto;
    height: auto;
    background-color: #f7f7f7!important;
    position: absolute;
    border-spacing: 0px;
    padding: 0;
    border: 1px solid black;
    border-radius: 4px;
    padding: 2px;
    border-color: #787878;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    background-color: #fff;
    box-shadow: 0 5px 13px rgba(0, 0, 0, 0.75);
}

.WebFormCaption {
    font-family:'Open Sans',Arial,Helvetica,sans-serif;    
    width: 100%;
    color: #707070;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    border-radius: 2px;
    margin-top: 2px;
    border-bottom: solid 1px;
    border-bottom-color: #dbdbdb;
    -moz-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
}

.WebFormCaptionMenu {
	font-family: 'Open Sans',Arial,Helvetica,sans-serif;
  	background: purple;
    width:100%;
 	color: lightyellow;
 	font-size: 32px;
    font-weight : bold;
 	height: 32px; 
	text-align: center;
    -moz-user-select:none;
    user-select:none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    
}


.WebEditor {
    display: table;
    background-color: #f7f7f7 !important;
    width: 100%;
    height: auto;
}


.WebForm label{    
    display:inline-block;
    margin-bottom: 5px;
    margin-right:5px;
    margin-top: 5px;
    margin-left: 5px;
    -moz-user-select:none;
    user-select:none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
}

.WebForm, .WebEditor input, textarea, select {
  padding-left: 4px;
  border: 1px solid black;
  border-radius: 3px;
  border-color: #aeaeae;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
/*  //margin-bottom: 3px;
  //margin-right:3px;
  //margin-top: 3px;
  //margin-left: 3px;
*/}

.WebForm, .WebEditor button:focus, select:focus, input:focus {
    outline: none !important;
    border: 1px solid red;
    box-shadow: 0 0 15px #865050;
}


/*
.SelectInlinePick{
    padding-left: 4px;
    border: 1px solid black;
    border-radius:3px;
    border-color: black;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    margin-bottom: 3px;
    margin-right:3px;
    margin-top: 3px;
    margin-left: 3px;
}
*/
.WebForm, .WebEditor button {
  border: 1px solid #dfdfdf;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  //margin-bottom: 3px;
  //margin-right:3px;
  //margin-top: 3px;
  //margin-left : 13px;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
}

textarea
{
    //overflow: hidden;
}

.WebForm, .WebEditor .Section {
  float: left;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  height: auto;
  overflow: hidden;
}


.WebForm, .WebEditorbutton:hover {
  background-color: rgb(0, 255, 255);
}

.WebForm, .WebEditor button:active {
  -webkit-box-shadow: 0px 2px 0px #84261a;
  -moz-box-shadow: 0px 2px 0px #84261a;
  box-shadow: 0px 2px 0px #84261a;
  background-color: lightgreen;
  top: 1px;
}

.ControlLabel{    
    float:left;
    width: auto;
    height: auto;
    text-align:left;
    margin-bottom: 5px;
    margin-right:5px;
    margin-top: 5px;
    margin-left: 5px;
    -moz-user-select:none;
    user-select:none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
     width:50px;
}


.InnerControlContainer{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 3px;
    float: left;
    -moz-user-select:none;
    user-select:none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
}

 
.MessageBox{    
  background-color: lightyellow;
  border-color: red;
  display : block;
  font-size: larger;  
  text-align:center;
  color: black;    
}

tr.group,tr.group:hover {
    background-color: #ddd !important;
}

tfoot input {
        width: 100%;
        padding: 3px;
        box-sizing: border-box;
    }
 