/******************************************************************************/
/* input-box */
.input-box {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  font-size: 13px;
  text-align: left;
  line-height: 100%;
  color: #464646;
  border: 1px solid #a3bcd3;
  border-radius: 4px;
  padding: 0px 12px;
  outline: 0;

  -webkit-box-shadow: inset 0 0 5px #ffffff;
  -moz-box-shadow: inset 0 0 5px #ffffff;
  box-shadow: inset 0 0 5px #ffffff;
}

.input-box:hover,
.input-box.select,
.input-box:focus {
  border: 1px solid #ff8f20;
}

.input-box.disabled,
.input-box[disabled],
fieldset[disabled] .input-box {
  color: #c6d5e3;
  border: 1px solid #c6d5e3;
  background-color: #e9eff4;

  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.input-box.ng-invalid {
  background-color: #ff1839;
  color: #ffffff;
}

/******************************************************************************/
/* output-box */
.output-box,
.output-box[disabled] {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  font-size: 13px;
  text-align: left;
  line-height: 100%;
  color: #464646;
  border: 1px solid #a3bcd3;
  border-radius: 4px;
  padding: 0px 12px;
  outline: 0;
  background-color: #f4f5f6;
}

.output-box.disabled,
fieldset[disabled] .output-box {
  color: #c6d5e3;
  border: 1px solid #c6d5e3;
  background-color: #edeff1;
}

/******************************************************************************/
/* dropdown-box */
.dropdown-box {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  font-size: 13px;
  text-align: left;
  color: #464646;
  border: 1px solid #a3bcd3;
  border-radius: 4px;
  padding: 0px 0px 0px 0px;
}

.dropdown-box:hover,
.dropdown-box.focus {
  background: #FFF3E2; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffffff 0%, #FFF3E2 50%, #ffffff 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(5%,#FFF3E2), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ffffff 0%, #FFF3E2 50%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ffffff 0%, #FFF3E2 50%,#ffffff 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ffffff 0%, #FFF3E2 50%,#ffffff 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ffffff 0%, #FFF3E2 50%,#ffffff 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFF3E2', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.dropdown-box:active,
.dropdown-box.active,
.dropdown-box.select,
.dropdown-box:focus,
.dropdown-box:active:focus,
.dropdown-box.active:focus,
.dropdown-box:active.focus,
.dropdown-box.active.focus {
  border: 1px solid #ff8f20;
  background: #FFCC94; /* Old browsers */
  background: -moz-linear-gradient(top,  #FFCC94 0%, #ffffff 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFCC94), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #FFCC94 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #FFCC94 0%,#ffffff 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #FFCC94 0%,#ffffff 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #FFCC94 0%,#ffffff 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFCC94', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.dropdown-box.disabled,
.dropdown-box[disabled],
fieldset[disabled] .dropdown-box,
.dropdown-box.disabled:hover,
.dropdown-box[disabled]:hover,
fieldset[disabled] .dropdown-box:hover {
  color: #c6d5e3;
  border: 1px solid #c6d5e3;
  background-color: #edeff1;
}

.dropdown-box option {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  font-size: 13px;
  text-align: left;
}

/******************************************************************************/
/* check-box*/
.check-box {
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  border: #a3bcd3;
  border-radius: 0px;
}

.check-box:hover,
.check-box.focus {
}

.check-box-label {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  font-size: 13px;
  text-align: left;
}

/******************************************************************************/
/* radio-box */
.radio-box {

}

.radio-box-label {

}

/******************************************************************************/
/* button1 */
.button1 {
  display: inline-block;
  min-height: 24px;
  padding: 0px 5px;
  margin-bottom: 1px;
  font-size: 13px;
  font-weight: normal;
  line-height: 24px;
  outline: 0;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid #41577D;
  border-radius: 4px;
  color: #ffffff;
	background: #5f94c7; /* Old browsers*/
  background: -moz-linear-gradient(top,  #5f94c7 0%, #24679d 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5f94c7), color-stop(100%,#24679d)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #5f94c7 0%,#24679d 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #5f94c7 0%,#24679d 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #5f94c7 0%,#24679d 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #5f94c7 0%,#24679d 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f94c7', endColorstr='#24679d',GradientType=0 ); /* IE6-9 */
}

.button1.normal2 {
  -webkit-box-shadow: inset 0 0 5px #4EA2F4;
  -moz-box-shadow: inset 0 0 5px #4EA2F4;
  box-shadow: inset 0 0 5px #4EA2F4;
}

.button1:hover,
.button1.focus {
  color: #3a2100;
  text-decoration: none;
  border: 1px solid #ff8c00;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #f58916; /* Old browsers */
  background: -moz-linear-gradient(top,  #EFB261 0%, #f58c1d 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EFB261), color-stop(100%,#f58c1d)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #EFB261 0%,#f58c1d 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #EFB261 0%,#f58c1d 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #EFB261 0%,#f58c1d 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #EFB261 0%,#f58c1d 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EFB261', endColorstr='#f58c1d',GradientType=0 ); /* IE6-9 */
}

.button1:active,
.button1.active {
  background-image: none;
  color: #3a2100;
  border: 1px solid #FF9503;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #984d00; /* Old browsers */
  background: -moz-linear-gradient(top,  #984d00 0%, #e6a100 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#984d00), color-stop(100%,#e6a100)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #984d00 0%,#e6a100 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #984d00 0%,#e6a100 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #984d00 0%,#e6a100 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #984d00 0%,#e6a100 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#984d00', endColorstr='#e6a100',GradientType=0 ); /* IE6-9 */
}

.button1.disabled,
.button1[disabled],
fieldset[disabled] .button1 {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  pointer-events: none;
  cursor: not-allowed;
  color: #c6d5e3;
  border: 1px solid #C6D6E4;
  background: #E9EFF5;
}

/******************************************************************************/
/* button2 */
.button2 {
  display: inline-block;
  min-height: 24px;
  padding: 0px 5px;
  margin-bottom: 1px;
  font-size: 13px;
  font-weight: normal;
  line-height: 24px;
  text-align: center;
  outline: 0;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid #A3BDD5;
  border-radius: 4px;
  color: #485c75;
  background: #eff4fa; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffffff 0%, #eff4fa 44%, #d1dde6 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(44%,#eff4fa), color-stop(100%,#d1dde6)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ffffff 0%,#eff4fa 44%,#d1dde6 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ffffff 0%,#eff4fa 44%,#d1dde6 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ffffff 0%,#eff4fa 44%,#d1dde6 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ffffff 0%,#eff4fa 44%,#d1dde6 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d1dde6',GradientType=0 ); /* IE6-9 */
}

.button2:hover,
.button2.focus {
  color: #95876D;
  text-decoration: none;
  background: #F7EDDE; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffffff 0%, #F7EDDE 44%, #ffffff 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(44%,#F7EDDE), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ffffff 0%,#F7EDDE 44%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ffffff 0%,#F7EDDE 44%,#ffffff 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ffffff 0%,#F7EDDE 44%,#ffffff 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ffffff 0%,#F7EDDE 44%,#ffffff 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#F7EDDE',GradientType=0 ); /* IE6-9 */
}

.button2:active,
.button2.active {
  background-image: none;
  color: #BB6000;
  border: 1px solid #FF9503;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  background: #eff4fa; /* Old browsers */
  background: -moz-linear-gradient(top,  #FCC58B 0%, #ffffff 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FCC58B), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #FCC58B 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #FCC58B 0%,#ffffff 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #FCC58B 0%,#ffffff 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #FCC58B 0%,#ffffff 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FCC58B', endColorstr='#FFFFFF',GradientType=0 ); /* IE6-9 */
}

.button2.disabled,
.button2[disabled],
fieldset[disabled] .button2 {
  pointer-events: none;
  cursor: not-allowed;
  color: #C6D6E4;
  border: 1px solid #C6D6E4;
  background: #E9EFF5;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/******************************************************************************/
/* button3 */
.button3 {
  display: inline-block;
  min-height: 24px;
  padding: 0px 5px;
  margin-bottom: 1px;
  font-size: 13px;
  font-weight: normal;
  line-height: 24px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  outline: 0;
  background-image: none;
  border: 1px solid #41577D;
  border-radius: 4px;
  color: #ffffff;
  background: #6C90BA; /* Old browsers */
  background: -moz-linear-gradient(top,  #6C90BA 0%, #3D638D 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6C90BA), color-stop(100%,#3D638D)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #6C90BA 0%,#3D638D 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #6C90BA 0%,#3D638D 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #6C90BA 0%,#3D638D 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #6C90BA 0%,#3D638D 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6C90BA', endColorstr='#3D638D',GradientType=0 ); /* IE6-9 */
}

.button3:hover,
.button3.focus {
  color: #3a2100;
  text-decoration: none;
  border: 1px solid #ff8c00;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #f58916; /* Old browsers */
  background: -moz-linear-gradient(top,  #EFB261 0%, #f58c1d 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EFB261), color-stop(100%,#f58c1d)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #EFB261 0%,#f58c1d 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #EFB261 0%,#f58c1d 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #EFB261 0%,#f58c1d 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #EFB261 0%,#f58c1d 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EFB261', endColorstr='#f58c1d',GradientType=0 ); /* IE6-9 */
}

.button3:active,
.button3.active {
  background-image: none;
  color: #3a2100;
  border: 1px solid #FF9503;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #984d00; /* Old browsers */
  background: -moz-linear-gradient(top,  #984d00 0%, #e6a100 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#984d00), color-stop(100%,#e6a100)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #984d00 0%,#e6a100 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #984d00 0%,#e6a100 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #984d00 0%,#e6a100 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #984d00 0%,#e6a100 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#984d00', endColorstr='#e6a100',GradientType=0 ); /* IE6-9 */
}


.button3.select,
.button3:focus,
.button3:active:focus,
.button3.active:focus,
.button3:active.focus,
.button3.active.focus {
  /*outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;*/
  color: #3a2100;
  border: 1px solid #FF9503;
  background: #984d00; /* Old browsers */
  background: -moz-linear-gradient(top,  #984d00 0%, #e6a100 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#984d00), color-stop(100%,#e6a100)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #984d00 0%,#e6a100 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #984d00 0%,#e6a100 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #984d00 0%,#e6a100 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #984d00 0%,#e6a100 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#984d00', endColorstr='#e6a100',GradientType=0 ); /* IE6-9 */
  -webkit-box-shadow: inset 0 0 5px #894A00;
  -moz-box-shadow: inset 0 0 5px #894A00;
  box-shadow: inset 0 0 5px #894A00;
}

.button3.disabled,
.button3[disabled],
fieldset[disabled] .button3 {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  pointer-events: none;
  cursor: not-allowed;
  color: #c6d5e3;
  border: 1px solid #C6D6E4;
  background: #E9EFF5;
}

/******************************************************************************/
/* button4 */
.button4 {
	width:20px;
	height:20px;
  display: inline-block;
  min-height: 24px;
  padding: 0px 5px;
	margin-left:10px;
	margin-bottom: 5px;
  font-size: 13px;
  font-weight: normal;
  line-height: 24px;
  text-align: center;
  outline: 0;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
	outline: 0;
	background-image: none;
	border: 1px solid #41577D;
	border-radius: 4px;
	color: #ffffff;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #6C90BA 0%, #3D638D 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6C90BA), color-stop(100%,#3D638D)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #6C90BA 0%,#3D638D 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #6C90BA 0%,#3D638D 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #6C90BA 0%,#3D638D 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #6C90BA 0%,#3D638D 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6C90BA', endColorstr='#3D638D',GradientType=0 ); /* IE6-9 */
}

.button4:hover,
.button4.focus {
  color: #3a2100;
  text-decoration: none;
  border: 1px solid #ff8c00;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #f58916; /* Old browsers */
  background: -moz-linear-gradient(top,  #EFB261 0%, #f58c1d 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EFB261), color-stop(100%,#f58c1d)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #EFB261 0%,#f58c1d 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #EFB261 0%,#f58c1d 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #EFB261 0%,#f58c1d 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #EFB261 0%,#f58c1d 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EFB261', endColorstr='#f58c1d',GradientType=0 ); /* IE6-9 */
}

.button4:active,
.button4.active {
  background-image: none;
  color: #3a2100;
  border: 1px solid #FF9503;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #984d00; /* Old browsers */
  background: -moz-linear-gradient(top,  #984d00 0%, #e6a100 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#984d00), color-stop(100%,#e6a100)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #984d00 0%,#e6a100 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #984d00 0%,#e6a100 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #984d00 0%,#e6a100 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #984d00 0%,#e6a100 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#984d00', endColorstr='#e6a100',GradientType=0 ); /* IE6-9 */
}
.button4[disabled]:hover,
.button4[disabled].focus,
.button4[disabled]:active,
.button4[disabled].active{
	background-color:  #6C90BA;
	filter :progid:DXImageTransform.Microsoft.gradient( startColorstr='#E9EFF5', endColorstr='#E9EFF5',GradientType=0 ); /* IE6-9 */
}
.button4.disabled,
.button4[disabled],
fieldset[disabled] .button4 {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	pointer-events: none;
	cursor: not-allowed;
	color: #c6d5e3;
	border: 1px solid #C6D6E4;
	background: #E9EFF5;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E9EFF5', endColorstr='#E9EFF5',GradientType=0 );
}

/******************************************************************************/
/* group-box */
.group-box {
  border: 1px solid #a3bcd3;
  background-color: #e9eff4;
  padding: 0px;
  padding: 14px 21px 10px 21px;
  overflow: auto;
}

.group-box .group-box-content {
}

.group-box legend {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  text-align: left;
  color: #ec7a00;
  font-size: 14px;
  height: 14px;
  line-height: 14px;
  width: auto;
  border: none;
  margin: 0;
  margin-left: 21px;
}

.group-box input[type=checkbox] {
  padding: 0;
  margin: 0px 8px 0px 0px;
}

.group-box .item {
  display: inline-block;
  height: 30px;
  line-height: 16px;
  float: left;
  padding-top: 8px;
  padding-bottom: 6px;
  margin:0;
}

.group-box .item.item-border-top {
  border-top: 1px solid #a3bcd3;
}

.group-box .item.item-border-bottom {
  border-bottom: 1px solid #a3bcd3;
}

.group-box .item.item-2 {
  width: 23%;
}

.group-box .item.item-4 {
  width: 32%;
}

.group-box .item.item-6 {
  width: 50%;
}

.group-box .item.item-12 {
  width: 100%;
}

/******************************************************************************/
/* datepicker */
div.datepicker{
  width: 264px;
  height: 310px;
}

div.datepicker button{
  padding: 0px;
}

div.datepicker .head-btn-set button {
  height: 30px;
  background-color: #405571;
  border: 0px;
  color: #ffffff;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 18px;
  line-height: 18px;
}

div.datepicker .head-btn-set button.pull-left {
  padding: 8px 8px 8px 28px;
  border-radius: 4px 0px 0px 0px;
}

div.datepicker .head-btn-set .title {
  width: 164px;
  border-radius: 0px;
}

div.datepicker .head-btn-set button.pull-right {
  padding: 8px 28px 8px 8px;
  border-radius: 0px 4px 0px 0px;
}

div.datepicker .daypicker-body {
  /*height: 280px;*/
  background-color: #5a708f;
  border-radius: 0px 0px 4px 4px;
  /* padding: 0px 2px 2px 2px; */
}

div.datepicker .daypicker-body table {
  height: 100%;
  width: 100%;
}

div.datepicker .daypicker-body table thead .weeks th {
  height: 22px;
  color: #ffffff;
  font-size: 14px;
  line-height: 14px;
}

div.datepicker .daypicker-body table thead .weeks th.SUN {
  color: #ff1839;
}

div.datepicker .daypicker-body table thead .weeks th.SAT {
  color: #18b0ff;
}

div.datepicker .daypicker-body table tbody .days {
  border-bottom: 1px solid transparent;
}

div.datepicker .daypicker-body table tbody .days td button {
  background-color: #eff4fa;
  color: #405571;
  height: 36px;
  width: 35px;
  border: none;
  border-radius: 0px;
  font-size: 18px;
  line-height: 18px;
}

div.datepicker .daypicker-body table tbody .days td.SUN button {
  color: #ff1839;
}

div.datepicker .daypicker-body table tbody .days td.SAT button {
  color: #18b0ff;
}

div.datepicker .daypicker-body table tbody .days td button:hover,
div.datepicker .daypicker-body table tbody .days td button.focus {
  border: 1px solid #ff8023;
}

div.datepicker .daypicker-body table tbody .days td button.record-data {
  background-color: #51a9ff;
  color: #ffffff;
}

div.datepicker .daypicker-body table tbody .days td button.holiday {
  background-color: #51a9ff;
  color: #ffffff;
}

div.datepicker .daypicker-body table tbody .days td button.other-day {
  color: #b4cbe2;
}

div.datepicker .daypicker-body table tbody .days td button.current-day {
}

div.datepicker .daypicker-body table tbody .days td button.active {
  border: 1px solid #fa5108;
}

div.datepicker .daypicker-body .bottom-btn-set {
  margin-top: 6px;
  height: 25px;
  padding: 0px 4px 6px 4px;
}

div.datepicker .daypicker-body .bottom-btn-set button{
  width: 73px;
  height: 25px;
  margin-right: 15px;
}

div.datepicker .daypicker-body .bottom-btn-set button div{
  display: inline-block;
}

div.datepicker .daypicker-body .bottom-btn-set button.pull-right{
  margin-right: 0px;
}

/* datepicker for dropdown-menu */
.live .timeline .dropdown-menu {
  padding: 0;
}

.dropdown-menu div.datepicker {
  width: 271px;
  height: 233px;
  margin: 0;
}
.dropdown-menu div.datepicker .head-btn-set button {
  width:10%;
  height: 24px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 18px;
  line-height: 18px;
}

.dropdown-menu div.datepicker .head-btn-set button.pull-left {
  padding: 4px 8px
}

.dropdown-menu div.datepicker .head-btn-set .title {
  width: 80%;
  border-radius: 0px;
}

.dropdown-menu div.datepicker .head-btn-set button.pull-right {
  padding: 4px 8px
}

.dropdown-menu div.datepicker .daypicker-body {
  /*height: 210px;*/
  border-radius: 0px 0px 4px 4px;
  padding: 0px 5px 6px 5px;
}

.dropdown-menu div.datepicker .daypicker-body table {
  height: 100%;
  width: 100%;
}

.dropdown-menu div.datepicker .daypicker-body table thead .weeks th {
  height: 22px;
  font-size: 14px;
  line-height: 14px;
}

.dropdown-menu div.datepicker .daypicker-body table tbody .days td button {
  height: 36px;
  width: 36px;
  font-size: 14px;
  line-height: 14px;
}

.dropdown-menu div.datepicker .daypicker-body .bottom-btn-set {
  margin-top: 6px;
  height: 25px;
}

.dropdown-menu div.datepicker .daypicker-body .bottom-btn-set button{
  width: 55px;
  height: 25px;
  margin-right: 5px;
}

.dropdown-menu div.datepicker .daypicker-body .bottom-btn-set button div{
  display: inline-block;
}

.dropdown-menu div.datepicker .daypicker-body .bottom-btn-set button.pull-right{
  margin-right: 0px;
}
/******************************************************************************/
/* pagination & pager */
.webra-pagination {
  padding-left: 0;
}

.webra-pagination > li {
  display: inline;
}

.webra-pagination > li:first-child > a,
.webra-pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.webra-pagination > li:last-child > a,
.webra-pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.webra-pagination > li > a,
.webra-pagination > li > span {
  position: relative;
  float: left;
  height:24px;
  margin-left: -1px;
  line-height: 14px;
  text-decoration: none;
  border-radius: 0;
}

.webra-pagination > li > a:hover,
.webra-pagination > li > span:hover,
.webra-pagination > li > a:focus,
.webra-pagination > li > span:focus {
}

.webra-pagination > .active > a,
.webra-pagination > .active > span,
.webra-pagination > .active > a:hover,
.webra-pagination > .active > span:hover,
.webra-pagination > .active > a:focus,
.webra-pagination > .active > span:focus {
  z-index: 2;
  cursor: default;
  background-image: none;
  color: #BB6000;
  border: 1px solid #FF9503;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  background: #eff4fa; /* Old browsers */
  background: -moz-linear-gradient(top,  #FCC58B 0%, #ffffff 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FCC58B), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #FCC58B 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #FCC58B 0%,#ffffff 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #FCC58B 0%,#ffffff 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #FCC58B 0%,#ffffff 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FCC58B', endColorstr='#FFFFFF',GradientType=0 ); /* IE6-9 */
}

.webra-pagination > .disabled > span,
.webra-pagination > .disabled > span:hover,
.webra-pagination > .disabled > span:focus,
.webra-pagination > .disabled > a,
.webra-pagination > .disabled > a:hover,
.webra-pagination > .disabled > a:focus {
  cursor: not-allowed;
}

.webra-pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

.webra-pager li {
  display: inline;
}

.webra-pager li > button,
.webra-pager li > span {
  height:24px;
  line-height: 24px;
  color: #485c75;
  padding:0px 10px;
}

.webra-pager li > button > div,
.webra-pager li > span > div {
  margin: auto;
}

.webra-pager li > button:hover,
.webra-pager li > button:focus {
  text-decoration: none;
}
.webra-pager .next > button,
.webra-pager .next > span {
  float: right;
}
.webra-pager .previous > button,
.webra-pager .previous > span {
  float: left;
}
.webra-pager .disabled > button,
.webra-pager .disabled > button:hover,
.webra-pager .disabled > button:focus,
.webra-pager .disabled > span {
  cursor: not-allowed;
}

.webra-pagination .wrap-1814,
.webra-pager .wrap-1814 {
  margin: 5px 0px;
}

.webra-pagination .wrap-14,
.webra-pager .wrap-18 {
  margin: 5px 0px;
}

.pagination-sm > li > button,
.pagination-sm > li > span {
  padding: auto 10px;
}
/******************************************************************************/
/* webra-form */
.webra-form {
  width: 100%;
  height: 30px;
  padding: 3px 0px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 13px;
  line-height: 24px;
  color: #444c55;
  text-shadow: 1px 1px #ffffff;
}

.webra-form-title,
.webra-form label {
  display: inline-block;
  text-align: right;
  font-weight: bold;
  width: 30%;
  margin-right: 5%;
  margin-bottom: 0;
}

.webra-form-title.title-text,
.webra-form label.title-text {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  text-align: left;
  font-weight: bold;
  line-height: 30px;
  color: #ec7a00;
  border-left: 5px solid #ec7a00;
  padding-left: 10px;
}

.webra-form-title.align-left{
  text-align: left;
}

.webra-form-input {
  display: inline-block;
  height:25px;
  width:63%;
  vertical-align: top;
}

.webra-form-input input {
  width: 100%;
}

.webra-form-input input.input-12 {width: 100%;}
.webra-form-input input.input-11 {width: 91.66666667%;}
.webra-form-input input.input-10 {width: 83.33333333%;}
.webra-form-input input.input-9 {width: 75%;}
.webra-form-input input.input-8 {width: 66.66666667%;}
.webra-form-input input.input-7 {width: 58.33333333%;}
.webra-form-input input.input-6 {width: 50%;}
.webra-form-input input.input-5 {width: 41.66666667%;}
.webra-form-input input.input-4 {width: 33.33333333%;}
.webra-form-input input.input-3 {width: 25%;}
.webra-form-input input.input-2 {width: 16.66666667%;}
.webra-form-input input.input-1 {width: 8.33333333%;}
.webra-form-input input.input-0 {width: 0;}

.webra-form-input .input-box,
.webra-form-input .output-box,
.webra-form-input .dropdown-box,
.webra-form-input .check-box,
.webra-form-input .radio-box,
.webra-form-input .button1,
.webra-form-input .button2,
.webra-form-input .button3 {
  width: 100%;
  height:25px;
}
/******************************************************************************/
/* webra-modal */
.webra-modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #d3d4d6;
}
.webra-modal-header .close {
  margin-top: -2px;
}
.webra-modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.webra-modal-body {
  position: relative;
  padding: 15px;
}
.webra-modal-body .webra-form{
}

.webra-modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #d3d4d6;
}

/******************************************************************************/
/* webra-table */
.webra-table {
}

.webra-table tr {
  height: 30px;
  max-height: 30px;
}

.webra-table > th,
.webra-table > thead > th ,
.webra-table > thead > tr > th {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 13px;
  text-align: center;
  font-weight: bold;
  line-height: 30px;
  color: #6ca4c8;
  text-shadow: 1px 1px #f6f9fb;
  padding-left: 30px;
  padding-right: 30px;
  max-height: 30px;
}

.webra-table th.align-left,
.webra-table thead th.align-left ,
.webra-table thead tr th.align-left {
  text-align: left;
}

.webra-table th.align-right,
.webra-table thead th.align-right ,
.webra-table thead tr th.align-right {
  text-align: right;
}

.webra-table > tbody > tr:nth-of-type(odd) {
  background-color: #f6f9fb;
}

.webra-table > td,
.webra-table > tbody > td ,
.webra-table > tbody > tr > td {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-align: center;
  line-height: 30px;
  padding-left: 30px;
  padding-right: 30px;
  overflow: hidden;
  max-height: 30px;
}

.webra-table td.align-left,
.webra-table tbody td.align-left ,
.webra-table tbody tr td.align-left {
  text-align: left;
}

.webra-table td.align-right,
.webra-table tbody td.align-right ,
.webra-table tbody tr td.align-right {
  text-align: right;
}

.webra-table td.title-text {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  text-align: left;
  font-weight: bold;
  line-height: 30px;
  color: #ec7a00;
}

.webra-table td.header-text {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 13px;
  text-align: right;
  font-weight: bold;
  line-height: 30px;
  color: #444c55;
  text-shadow: 1px 1px #ffffff;
}

.webra-table-border > tr,
.webra-table-border > thead > tr,
.webra-table-border > tbody > tr{
  border-bottom: 1px solid #c7c7c7;
}

.webra-table-hover > tbody > tr:hover {
  color: #ffffff;
  background-color: #51a9ff;
}

.webra-table-hover > tbody > tr.active {
  color: #ffffff;
  background-color: #0070E8;
}

/******************************************************************************/
/* webra-table2 */
.webra-table2 {
}

.webra-table2 tr {
  height: 30px;
  max-height: 30px;
}

.webra-table2 > th,
.webra-table2 > thead > th ,
.webra-table2 > thead > tr > th {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 13px;
  text-align: center;
  font-weight: bold;
  line-height: 30px;
  color: #6ca4c8;
  text-shadow: 1px 1px #f6f9fb;
  padding-left: 27px;
  padding-right: 27px;
  max-height: 30px;
}

.webra-table2 th.align-left,
.webra-table2 thead th.align-left ,
.webra-table2 thead tr th.align-left {
  text-align: left;
}

.webra-table2 th.align-right,
.webra-table2 thead th.align-right ,
.webra-table2 thead tr th.align-right {
  text-align: right;
}

.webra-table2 > tbody > tr:nth-of-type(odd) {
  background-color: #f6f9fb;
}

.webra-table2 > td,
.webra-table2 > tbody > td ,
.webra-table2 > tbody > tr > td {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-align: center;
  line-height: 30px;
  padding-left: 27px;
  padding-right: 27px;
  overflow: hidden;
  max-height: 30px;
}

.webra-table2 td.align-left,
.webra-table2 tbody td.align-left ,
.webra-table2 tbody tr td.align-left {
  text-align: left;
}

.webra-table2 td.align-right,
.webra-table2 tbody td.align-right ,
.webra-table2 tbody tr td.align-right {
  text-align: right;
}

.webra-table2 td.title-text {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  text-align: left;
  font-weight: bold;
  line-height: 30px;
  color: #ec7a00;
}

.webra-table2 td.header-text {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 13px;
  text-align: right;
  font-weight: bold;
  line-height: 30px;
  color: #444c55;
  text-shadow: 1px 1px #ffffff;
}

.webra-table2-border > tr,
.webra-table2-border > thead > tr,
.webra-table2-border > tbody > tr{
  border-bottom: 1px solid #c7c7c7;
}

.webra-table2-hover > tbody > tr:hover {
  color: #ffffff;
  background-color: #51a9ff;
}

.webra-table2-hover > tbody > tr.active {
  color: #ffffff;
  background-color: #0070E8;
}

.highlights-notice {
  margin-bottom: 0px;
  border-radius: 0px;
}

.highlights-notice a {
  cursor: pointer;
}