:root {
  --main-bg-color: #F0F0F0;
}
body
{ 
	margin-top:20px; 
	color:#888;
	
}
.btn {
    margin-top: 0px;
}
.btn-arrow-right,
.btn-arrow-left {
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
}
.btn-arrow-right {
    padding-left: 61px;
	padding-top: 20px;
	padding-bottom: 15px;
}
.btn-arrow-left {
    padding-right: 36px;
}
#step-1:before {
	content: none !important;
}
.btn-arrow-right:before,
.btn-arrow-left:before { /* align the "before" square to the left */
    left: -31px;
}
.btn-arrow-right:after,
.btn-arrow-left:after { /* align the "after" square to the right */
    right: -31px;
}
.btn-arrow-right:before,
.btn-arrow-right:after,
.btn-arrow-left:before,
.btn-arrow-left:after { /* make two squares (before and after), looking similar to the button */
    content:"";
    position: absolute;
    top: 13px; /* move it down because of rounded corners */
    width: 62px; /* same as height :22*/
    height: 62px; /* button_outer_height :22/ sqrt(2) */
    background: inherit; /* use parent background */
    border: inherit; /* use parent border */
    border-left-color: transparent; /* hide left border */
    border-bottom-color: transparent; /* hide bottom border */
    border-radius: 0px 4px 0px 0px; /* round arrow corner, the shorthand property doesn't accept "inherit" so it is set to 4px */
    -webkit-border-radius: 0px 4px 0px 0px;
    -moz-border-radius: 0px 4px 0px 0px;
}
.btn-arrow-right:before,
.btn-arrow-right:after {
    transform: rotate(45deg); /* rotate right arrow squares 45 deg to point right */
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
.btn-arrow-left:before,
.btn-arrow-left:after {
    transform: rotate(225deg); /* rotate left arrow squares 225 deg to point left */
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
}

.btn-arrow-right:after { /* bring arrow pointers to front */
    z-index: 6;
}
.btn-arrow-left:before { /* bring arrow pointers to front */
    z-index: 6;
}
.btn-arrow-right:before,
.btn-arrow-left:after { /* hide arrow tails background */
	z-index:1;
    background-color: white;
}
.setup-content {
	display: block;
	position: relative;
	clear: both;
	width:100%;
	word-wrap:break-word;
    margin: 0px;
    padding: 5px;
    font: 12px Verdana,Arial,Helvetica,sans-serif;
    color: #888;/*#5A5655;*//*mask*/
    text-align: left;
    overflow: visible;
    z-index: 88;
    clear: both;
}

.setup-content  div div h3 {
    display: block;
    position: relative;
    margin-left: -10px;
    border: 1px solid #E0E0E0;
    padding: 5px;
    color: #5A5655;
    background-color: #E0E0E0;
    clear: both;
    text-align: left;
    z-index: 88;
	vertical-align: text-top;
}
.content {
    border: 1px solid #CCC;
	margin-top: 20px;
	/*margin-left:12%;
	margin-right:-2%;*/
	min-width:300px;
    padding: 5px;
	padding-top:20px;
	padding-bottom:20px;
}
p.disabled {
	color: #aaa;
}
p.active {
	
}
.asterirk {
	display:inline-block;
}
.asterisk:after {
  content:"*";
  color:red;
  display:inline;
}
.error {
	color:#f00;
}
.resultRow {
    border-bottom: 1px solid #000;
}
.resultRow_left {
	text-align:right;
}
.resultRow_right {
	text-align:left;
}
.greycolor {
	color: #aaa;
}
.formdiv {
	height:30px;
	margin-top:5px;
	font-size:18px;
}
.beingleft {
	padding-left:0;
}
.beingright {
	float:right;
	padding-right:0;
}
.form-group {
	margin-top:10px;
	min-height: 27px;
}
.dropdown-menu {
	height:auto;
	max-height: 200px;
	overflow-x: hidden;
}
.caret {
	float:right;
	margin-top:-10px;
}
.control-label {
	font-weight: bold;
	/* margin-top: 7px; */
	padding-left:0;
	padding-right:0;
}
.col-md-7 {
	padding-left:0;
}
.col-md-7 {
	padding-right:0;
}
/*#stepbtn-1, #stepbtn-2, #stepbtn-3, #stepbtn-4{
	padding-left: 48;
	padding-right: 30;
}*/
.btn {
	display: block;
	padding:10px;
}
.nextBtn {
	background-color: #00B2EF;
	color: #fff;
	font-weight:normal;
	margin-top:10px;
	margin-left: -14px;
	margin-right: 18px;
}
.submitBtn {
	background-color: #00B2EF;
	color: #fff;
	font-weight:normal;
	margin-top:10px;
	margin-left: -14px;
	margin-right: 18px;
}
.finishBtn {
	background-color: #92D050;
	color: #fff;
	font-weight:normal;
	margin-right: 18px;
	margin-top:10px;
}
.prevBtn {
	background-color: #f2bb3a;
	color: #fff;
	font-weight:normal;
	margin-right:23px;
	margin-top:10px;
}
.unit {
	display:inline-block;
	margin-left:0;
	font-weight: bold;
	text-align: left;
}
.container
{
    display:table;
    width: 90%;
	padding-left:15px;
}

.row
{
    height: 100%;
    display: block;;
}
.col-xs-11
{
    display: table-cell;
}
.col-dm-3
{
    display: table-cell;
	width:30px;
}
.col-label
{
    display: table-cell;
	position: relative;
	width: 41.6667%
}
#arrow_1, #arrow_2, #arrow_3, #arrow_4 {
	color:#fff;
	min-width:246px;
	margin-bottom:10px;
}
.stepHead {
	font-weight: bold;
	margin-bottom:-2px;
	font-size: 26px;
	margin-top:0px;
}
.stepHead_desc {
	/*min-width:200px;*/
	font-weight: bold;
}
.block49 {
	display:inline-block;
	width:47%;
	min-height: 45px;
	min-width:300px;
	word-wrap:break-word;
	margin-top:4px;
	padding-left: 20px;
	/*vertical-align: middle;*/
}
.block901 {
	display:block;
	width:100%;
	min-height: 25px;
	word-wrap:break-word;
	/*margin-top:19px;*/
}
.block49 .lCol {
	max-width:200px;
}
.block49 .rCol {
	min-width:300px;
}
.labelCol {
	display:inline-block;
	min-width:188px;
	/*vertical-align:middle;*/
	font-weight: bold;
	height:34px;
	padding-left: 15px;
}
.labelCol_large{
	min-width:474px;
}
.valueCol {
	display:inline-block;
	min-width:195px;
	min-height: 34px;
	/*vertical-align:middle;*/
}
.valueCol_large{
	/*min-width:400px;*/
	width:45%; 
	vertical-align: top;

}
.valueCol_num {
	text-align:left;
}
.inputCol {
	display:inline-block;
	width:165px;
	height:34px;
}
.form-control {
	display:inline-block;
}
.buttonRightBottom {
	width:90%;
	text-align:right;
	margin-left:12%;
	margin-right:-2%;
}
.inputtext {
	width:100%;
	/*max-width: 220px;*/
	height:34px;
	padding-top:0;
	padding-bottom:0;
	margin-top: -1px;
	border-color:#CCCCCC;
	color: #000;
}

.stepwizard {
	display: table;
	position: relative;
	margin-bottom: 10px;
	margin-left: -12px;
	margin-top: 30px;
	/*width:84%;
	margin: auto;*/
}

.contentHeader {
	background-color: #F0F0F0;
	/*font-size: 10px;*/
	margin-top: -28px;
	margin-left: 10px;
	padding-left: 10px;
	padding-right: 15px;
	white-space:nowrap;
	color: #00B2EF;
	font-weight: bold;
}

.contentData {
	/*position:fixed;*/
	background-color: #F0F0F0; /*mask*/
	min-height:100%;
	min-width:380px;
	width:90%;
	/*margin-left:5%;*/
	margin-top:-20px;
	height:auto;
}
a {
	color: #0ADCFF;/*mask*/
}
.numberComma {
	text-align: right;
	/*font-style: italic;*/
}
.has-error .form-control {
	outline: none;
    border-color: #F84C49;
    box-shadow: 0 0 5px #F84C49;
	/*color: #F84C49;*/
}
.has-error {
	color: #F84C49;
}
.icon {
	position:absolute;
  float: left;
  width: 33px;
  height: 32px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background: #EEEEEE;
  border-right: 1px solid #CCCCCC;
  font-family: 'kittithada_bold_55_pregular';
  font-size: 20px;
  color: #999999;
  line-height: 24px;
  margin-left: 1px;
  /* background: #00B2EF; */
}
select.form-control {
	font-style: italic;
	text-align: left;
	padding:0;
}
select.numSel, select.textSel {
	font-size: 12px;
	text-align:center;
}

select.numSel option {
	font-style: normal;
	text-align: center;
}
select.textSel option {
	font-style: normal;
	text-align: center;
}
select.form-control {
	/*background-color: #878786;*/
    /*color: #888;*/
    border-color: #CCCCCC;
	/* text-align:center; */
}

.stepwizard-step a {
	margin-right: 10px;
	-moz-user-select: none;
}

.stepwizard-step p {
	margin-top: 10px;
}

/*.stepwizard-row {
	display: table-row;
}*/

.stepwizard div div a{
	color: #FFF;
}
.stepwizard div div a:hover{
	color: #FFF;
}

.stepwizard-step button[disabled] {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
	top: 14px;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 100%;
	height: 1px;
	background-color: #ccc;
	z-order: 0;

}

.stepwizard-step {
	/*display: table-cell;*/
	text-align: center;
	position: relative;
	margin-bottom:12px;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.btn-active.active {
	background-color: #00b0f0;
	border-color: #00b0f0;
}
.btn-active.active:hover, .btn-active:active {
	background-color: #00b0f0;
	border-color: #00b0f0;
}
.btn-past {
	background-color: #92d050;
	border-color: #92d050;
}
.btn-past:hover, .btn-past:active {
	background-color: #92d050;
	border-color: #92d050;
}
.btn-normal {
	background-color: #93a299;
	border-color: #93a299;
}
.btn-normal:hover {
	background-color: #93a299;
	border-color: #93a299;
}
.disable-selection {
	 -moz-user-select: none; /* Firefox */
	  -ms-user-select: none; /* Internet Explorer */
   -khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
  -webkit-user-select: none; /* Chrome, Safari, and Opera */
  -webkit-touch-callout: none; /* Disable Android and iOS callouts*/
}
input ::-webkit-input-placeholder {
   color: red;
}

input :-moz-placeholder { /* Firefox 18- */
   color: red;  
}

input ::-moz-placeholder {  /* Firefox 19+ */
   color: red;  
}

input :-ms-input-placeholder {  
   color: red;  
}
.inside {
	margin-left: 40px;
	margin-right: 40px;
}
.style8 {
    color: #CC0066;
}