/* http://nicolasgallagher.com/micro-clearfix-hack */
.clearfix {
  zoom: 1;
}
.clearfix:after {
  clear: both;
}
.clearfix:after,
.clearfix:before {
  display: table;
  content: "";
}
.minimal {
  margin: 24px 0;
}
.minimal:focus {
  outline: none;
}
.minimal.accordion > section {
  background-color: #ffffff;
  border: 1px solid #dddddd;
  padding: 24px;
}
.minimal.accordion > section > * {
  max-width: 100%;
}
.minimal.accordion > section > :first-child {
  margin-top: 0;
}
.js .minimal.accordion > section {
  padding: 0;
}
.js .minimal.accordion > section > :first-child {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 12px 24px;
}
.js .minimal.accordion > section > :first-child + * > * {
  padding: 24px;
}
.js .minimal.accordion > section > :first-child + * > * > * {
  max-width: 100%;
}
.js .minimal.accordion > section > :first-child + * > * > :first-child {
  margin-top: 0;
}
.js .minimal.accordion > section > :first-child + * > * > :last-child {
  margin-bottom: 0;
}
.minimal.accordion > section > :last-child {
  margin-bottom: 0;
}
.minimal.accordion > section + section {
  margin-top: -1px;
}
.js .minimal.tabs.hide-title > section > :first-child + * {
  margin-top: 0;
}
.minimal.tabs > section {
  background-color: #ffffff;
  border: 1px solid #0099e5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 24px;
  min-height:260px;
  color: #3A3A3A;
}
.minimal.tabs > section > * {
  max-width: 100%;
}
.minimal.tabs > section > :first-child {
  margin-top: 0;
}
.js .minimal.tabs > section > * > * {
  margin-top: 0;
}
.js .minimal.tabs > section > * > * > * {
  max-width: 100%;
}
.js .minimal.tabs > section > * > * > :first-child {
  margin-top: 0;
}
.js .minimal.tabs > section > * > * > :last-child {
  margin-bottom: 0;
}
.minimal.tabs > section > :last-child {
  margin-bottom: 0;
}
.minimal.tabs > section + section {
  margin-top: -1px;
}
.js .minimal.tabs > section + section {
  margin-top: 0;
}
.minimal.tabs > ul {
  zoom: 1;
  display: table;
  list-style: none;
  margin: 0 0 -1px 0;
  padding: 0;
}
.minimal.tabs > ul:after {
  clear: both;
}
.minimal.tabs > ul:after,
.minimal.tabs > ul:before {
  display: table;
  content: "";
}
.minimal.tabs > ul > li {
    background-color: #ffffff;
    border: 1px solid #0099e5;
    float: left;
    padding: 12px 24px;
    border-radius: 5px 20px 0 0;
    border-left: 1px solid #0099e5 !important;
    margin-left: 5px;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
    color: #444444;
    font-size: 14px;
}
.minimal.tabs  ul  li :hover
{
	background-color:#000;
}

.minimal.tabs > ul > li:first-child {
	margin-left: 0;
}
.minimal.tabs > ul > li.current {
  border-bottom-color: #ffffff;
  pointer-events: none;
}
.minimal.tabs > ul > li + li {
  border-left: none;
}
.msg-rgt 
{
	text-align:center;
	color: #11903b;
	font-size:22px;
}
.msg-wrong
{
	text-align:center;
	color: #ff0707;
	font-size:22px;
}