@charset "UTF-8";
.row:after {
  clear: both;
  content: "";
  display: table;
}
.row:before {
  content: "";
  display: table;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background: #fff;
  font-family: 'calibri';
  line-height: 1.55;
  color: #737373;
  font-weight: 400;
}


code {
  background: #fff;
  color: #999999;
  padding: 2px 8px;
}
header{
  padding: 20px 0;
  background: #fafafa;
  border-bottom: 1px solid #eeeeee;
  float: left;
  width: 100%;
  border-bottom: 1px solid dareken(#2dceb1, 15%);
  text-align: center;
}

header h2{
  position: relative;
  
  text-transform: uppercase;
  color: #1f8f7b;
  letter-spacing: 4px;
 
}
header p{
  font-size: 18px;
}

.wrap {
  /*max-width: 48em;*/
  width: 100%;
  margin: 0 auto;
  padding: 2.5em 0 4em;
}

.row.last {
  border-bottom: 1px solid #eeeeee;
}

section {
  position: relative;
  padding: 30px 20px;
  width: 100%;
  min-height: 10em;
  font-size: 18px;
  float: left;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  margin: 0%;
}
section:nth-child(even) {
  border-right: 1px solid #eeeeee;
}
section.item-incorrect {
  background: #f6f6f6;
}
section.item-incorrect:before {
  position: absolute;
  z-index: 399;
  bottom: 0;
  right: 0;
  content: "";
  height: 0;
  width: 0;
  border: 35px solid;
  /*
  border-color: transparent #ff5c61 #ff5c61 transparent;
  */
  border-color: transparent;

}
section.item-incorrect:after {
  line-height: 1.4;
  position: absolute;
  z-index: 499;
  font-family: 'fontawesome';
  content: "";
  bottom: 0;
  right: 7px;
  font-size: 1.9em;
  color: transparent;
}
section.item-correct:before {
  position: absolute;
  z-index: 399;
  bottom: 0;
  right: 0;
  content: "";
  height: 0;
  width: 0;
  border: 35px solid;
  border-color: transparent transparent transparent transparent;
}
section.item-correct:after {
  line-height: 1.4;
  position: absolute;
  z-index: 499;
  font-family: 'fontawesome';
  content: "";
  bottom: 0;
  right: 7px;
  font-size: 1.9em;
  color: #fff;
}

input[type="radio"] {
  position: absolute;
  visibility: hidden;
}
input[type="radio"] + label {
  background: #fff;
  display: inline-block;
  padding: 5px 15px;
  margin: 5px 10px 5px 0;
  border: 1px solid #eeeeee;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
input[type="radio"] + label:before {
  content: "\f10c";
  font-family: 'fontawesome';
  margin-right: 7px;
  color: #012c40;
}
input[type="radio"] + label:hover {
  cursor: pointer;
}
input[type="radio"]:checked + label {
  background: #012c40;
  color: #ffffff;
}
input[type="radio"]:checked + label:before {
  content: "\f192";
  color: #ffffff;
}

.question {
  font-weight: bold;
}

.submit {
  padding: 20px 5px;
}
.submit button {
  display: block;
  outline: none;
  width: 300px;
  /*margin: 1em auto 1.5em;*/
  margin: 1em auto;
  padding: .8em 1em;
  background: #424242;
  color: gainsboro;
  text-transform: uppercase;
  letter-spacing: 3px;
  border: 1px solid #eeeeee;
}

#emc-score {
  text-align: center;
  opacity: 0;
  padding: 0;
  -webkit-transition: all 0.55s ease;
  -moz-transition: all 0.55s ease;
  transition: all 0.55s ease;
  display: none;
}
#emc-score td{
    padding: 5px;
}
#emc-score table {
    border: 1px solid #fff !important;
}
#emc-score.new-score {
  opacity: 1;
  background: #2dceb1;
  color: #fbfbfb;
  padding: 20px;
  display: block !important;
}

#emc-submit {
  position: relative;
  -webkit-transition: all 0.33s ease;
  -moz-transition: all 0.33s ease;
  transition: all 0.33s ease;
}
#emc-submit.ready-show {
  background: #002435;
  color: #ffffff;
  border: none;
  border-bottom: 2px solid #bdbdbd;
  box-shadow: 0 1px 1px rgba(68, 68, 68, 0.2);
  -webkit-transform: rotateX(360deg);
  -moz-transform: rotateX(360deg);
  -ms-transform: rotateX(360deg);
  -o-transform: rotateX(360deg);
  transform: rotateX(360deg);
}
#emc-submit.ready-show:hover {
  color: #fbfbfb;
  background: #012c40;
  border-color: #1f8f7b;
}
#emc-submit.ready-show:active {
  top: 2px;
  border-bottom: none;
}

#emc-progress {
  height: 100%;
  border: 1px solid #1f8f7b;
  background: white;
}

#emc-progress_inner {
  width: 100%;
  height: 0; 
  background: #01378c;
  -webkit-transition: height 0.33s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition: height 0.33s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: height 0.33s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

#emc-progress_ind {
  position: absolute;
  display: block;
  width: 100%;
  font-size: 1.6em;
  font-weight: bold;
  padding: 7px 5px 5px;
  top: 0;
  left: 0;
  text-align: center;
  color: #002435;
}

footer {
  position: fixed;
  width: 40px;
  height: 80%;
  background: rgba(251, 251, 251, 0.85);
  bottom: 0;
  left: 0;
  padding: 45px 12px 10px;
}

.attrib {
  padding: 10px 0;
  text-align: center;
}
.attrib i {
  margin-right: 7px;
  margin-left: 7px;
}



 
.alert {
     position: fixed;
    margin: 10%;
    margin-left: 30%;
    width: 50%;
    height: 50%;
    padding: 110px;
    background-color: #3b3f3f;
    color: white;
    font-size:20px;
    z-index: 999;
}
.close {
    color: #fff;
}

.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.closebtn:hover {
    color: black;
}
 


/*MY CSS START */
.navbar-default .navbar-nav>li>a {
  color: #000 !important;
  font-weight: 600 !important;
}



.navbar-default .navbar-nav>li>a:focus, 
.navbar-default .navbar-nav>li>a:hover {
 color: #17a2b8 !important;

} 

.navbar-default .navbar-nav>.active>a:hover {
  color: #f9f9f9 !important;
}


.navbar-default .navbar-toggle {
  background-color: #333;
  color: #fff;
}

.navbar-default .navbar-nav>.open>a, 
.navbar-default .navbar-nav>.open>a:focus, 
.navbar-default .navbar-nav>.open>a:hover {
  color: #fff !important;
  background-color: #080808;
}
.columns_sec{
  display: flex;
}
.columns_sec ul{
  list-style: none;
  padding-left: 10px;
}

input.answer_num {
  float: right;
  width: 30px;
  height: 24px;
  text-align: center;
}
label{
  margin-right: 10px;
}