/***********Round Box****************/
.b1h, .b2h, .b3h, .b4h, .b2bh, .b3bh, .b4bh{font-size:1px; display:block;}
.b1h {height:1px; background:#ECECEC; margin:0 5px;}
.b2h, .b2bh {height:1px; background:#ECECEC; border-right:2px solid #ECECEC; border-left:2px solid #ECECEC; margin:0 3px;}
.b3h, .b3bh {height:1px; background:#ECECEC; border-right:1px solid #ECECEC; border-left:1px solid #ECECEC; margin:0 2px;}
.b4h, .b4bh {height:2px; background:#ECECEC; border-right:1px solid #ECECEC; border-left:1px solid #ECECEC; margin:0 1px;}
.b2bh, .b3bh, .b4bh {background: #ECECEC;}
.headh { color:#000000; background: #ECECEC; border-right:1px solid #ECECEC; border-left:1px solid #ECECEC; margin: 0px 0px 0px 0px; padding-left: 5px; padding-bottom: 5px;}
.contenth {background: #FFF; border-right:2px solid #ECECEC; border-left:2px solid #ECECEC;}
.contenth div {padding-top: 5px;}
/*******************End**************/

#myBox {
    /*margin: 0.5in auto;*/
    color: #000;
    width: 60%;
    padding: 20px;
    text-align: left;
    background-color: #ffff9f;
    border: 3px solid #000;
}
#myBox p {
  padding:0;
  margin:1ex 0;
}

html,body {
    height: 100%;
    text-align: center;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin: 0px;
    background-image: url(pattern.gif);
    color:#FA0;
}

input.button {
	font-size:12px;
	font-family:Arial,sans-serif;
	font-weight:bold;
	color:#000000;
	background-color:#eeeeee;
	border-style:double;
	border-color:#999999;
	border-width:3px;
}

/*a:link { font-family: Arial; color: #06C; text-decoration: none ;  font-size: 12px; font-weight:bold; }
a:visited { font-family: Arial; color: #06C; text-decoration: none; font-size: 12px; font-weight:bold; }
a:hover { font-family: Arial; color: #06C;  text-decoration: underline ;  font-size: 12px; font-weight:bold; }*/

/* CSS Document */
body {
  background-color:#FFF;
  font-family: 'Lato', sans-serif;
  font-size:14px;
  color:#464646;
}

/*New btn style here*/
.mc-btn {
  display: inline-block;
  border: 0;
  /*-webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;*/
  cursor: pointer;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  height: 40px;
  line-height: 40px !important;
  padding: 0 20px;
 /* margin-top: 15px;*/  
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.btn-style-1,
.btn-style-1:focus {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  background-color: #37ABF2;
  color: #fff;
}
.btn-style-1:hover {
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
  background-color: #139DF0;
  color: #fff;
  text-decoration:none;
}

.floatingbox{ 
  position: relative; 
  max-width:500px;
  height:auto;
  background-color:#f8f8f8;
  border-radius: 15px;
  margin:5% auto 0 auto;
  text-align:center;
  -webkit-box-shadow: 0px 4px 27px -8px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 4px 27px -8px rgba(0,0,0,0.75);
  box-shadow: 0px 4px 27px -8px rgba(0,0,0,0.75); 
}

.textbtn{
  color: #37abf2;
  font-weight:bold;
  font-size: 20px;
  cursor:pointer; 
}

.textbtndisabled{
  color: gray;
  font-weight:bold;
  font-size: 20px;
  cursor:default; 
}
.textbtndisabled:hover{
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  font-weight:bold;
  text-decoration: none;
  color: gray;
}
.textbtn:hover{
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  font-weight:bold;
  text-decoration: none;
  color: #37abf2;
}
.textbtn:focus{ 
  color: #337ab7;
}
.text-passed{
  color:#26a69a;
  font-size: 26px;
  margin-top: 10px;
}
.text-failed{  
  font-size: 26px;
  color:#cc0000;
  margin-top: 10px;
}

