.form-style-1 {
    margin:0px;
    max-width: 80%;
    padding: 2px 12px 10px 0px;
}

.form-style-1 li {
    padding: 0;
    display: block;
    list-style: none;
    margin-bottom: 10px;
}

.form-style-1 label{
    margin:0 0 3px 0;
    padding:0px;
    display:block;
    font-weight: bold;
}

.form-style-1 input[type=text],
.form-style-1 input[type=date],
.form-style-1 input[type=datetime],
.form-style-1 input[type=number],
.form-style-1 input[type=search],
.form-style-1 input[type=time],
.form-style-1 input[type=url],
.form-style-1 input[type=email],

textarea {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border:1px solid #BEBEBE;
    padding: 7px; 
    margin:0px;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none; 
}


.form-style-1 .field-divided{
    width: 49%;
}

.form-style-1 .field-long{
    width: 500px;
}

.form-style-1 .field-medium{
    width: 310px;
}

.form-style-1 .field-short{
    width: 150px;
}

.form-style-1 {
    width: 100%;
}

.form-style-1 .field-textarea{
    height: 100px;
	font-family: "Segoe UI", Optima, Helvetica, Arial, sans-serif;
}


.field-textarea-big {
	height: 600px;
	width: 850px;
	font-family: "Segoe UI", Optima, Helvetica, Arial, sans-serif;
}	

.form-style-1 input[type=submit], .form-style-1 input[type=button]{
    padding: 8px 15px 8px 15px;
    border: none;
    color: #fff;
	font-size: 16px;
	font-weight: normal;
	float : right;
}

.form-style-1 input[type=submit]:hover, .form-style-1 input[type=button]:hover{
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
}

.form-style-1 .required{
    color:red;
}


div.SGSTable {
	margin-left:0px;
}
.divTable.SGSTable .divTableCell, .divTable.SGSTable .divTableHead {
}
.divTable.SGSTable .divTableBody .divTableCell {
	  padding: 8px 15px 8px 15px;

}

.divTable.SGSTable .divTableHeading {
  background: #000000;
}
.divTable.SGSTable .divTableHeading .divTableHead {
  font-weight: bold;
  color: #FFFF00;
    padding: 8px 15px 8px 15px;
}
.SGSTable .tableFootStyle {
  font-weight: bold;
}
.divTable{ display: table; }
.divTableRow { display: table-row; }

.divTableRow:hover {
	transform: scaleY(1.1);
	transform: scaleX(1.05);
	transform: scaleX(1.05);
	filter:drop-shadow(8px 8px 10px gray);
	cursor: pointer;
}

.hoverrow:hover{
   background-color:#FF0000;
}



.divTableHeading { display: table-header-group;}
.divTableCell, .divTableHead { display: table-cell;}
.divTableHeading { display: table-header-group;}
.divTableFoot { display: table-footer-group;}
.divTableBody { display: table-row-group;}
/* Reset Select */

select {
    -webkit-box-flex: 1;
    flex: 1;
    padding: 0 .5em;
    color: #fff;
    cursor: pointer;
	font-size: 1.20em;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    border: 1 !important;
	border-color: #ffdb50;
    background: #111111;
    background-image: none;
}
/* Remove IE arrow */
select::-ms-expand {
  display: none;
}
/* Custom Select */
.field-select {
  position: relative;
  display: flex;
  background: #000;
  overflow: hidden;
  border-radius: .25em;
}

/* Arrow */
.field-select::after {
  color: #FFF;
  content: '\25BC';
  position: absolute;
  top: 3px;
  right: 1px;
  padding: 4px 15px 2px 10px;
  background: #222;
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
}
/* Transition */
.field-select:hover::after {
  color: #FF0;
  background: #444;
}

.select_smnum {
	width: 100px;
	height: 30px;
}

.select_text300_50 {
	width: 300px;
	height: 50px;
}

.select_text300_50 {
	width: 300px;
	height: 50px;	
}

.select_lgnum {
	width: 200px;
	height: 30px;
}
	
	