#preloader,
#header,
.notify,
#restart-container div {
  background-color: #007C32; }

#intro {
  color: #007C32; }

#intro button {
  border-color: #007C32; }

#intro button:hover {
  border-color: #007C32; }

.notify::after {
  border-top-color: #007C32; }

:focus{outline-offset:1px;outline:2px dotted #050505}
.sub-slide {
    padding: 1rem;
}

.show-sub {
    height: 40px;
    background-color: #c8102e;
    color: #fefefe;
    /*float: right;*/
    margin-top: 15px;
    min-width: 130px;
    border-radius: 5px;
	display: none;
}

.show-sub.spec {
    background-color: blue;
}







/* remove this if you dont want the sub-slides to be full height
.current-sub-slide {
    min-height: calc(100vh - 100px);
}
@media (max-width: 640px) {
    .current-sub-slide {
        min-height: calc(100vh - 88px);
    }
}
*/

.choice-container {
    background-color: #f0f0f0;
    padding: 1rem;
    border-radius: 5px;
    /*margin: 2rem 0;*/
}
.choice-container h1, .infoCard h1 {
    font-size: 1.5rem;
    font-weight: bold;
}
/*GA*/.choice img {
    width: 60%;
}
/*GA*/.choice-container p {
    /*font-weight: bold;*/
	margin-bottom: 9px;
}
/*.choice-container ul {
    list-style-type: none;
    margin: 1rem auto;
    width: 100%;
    max-width: 700px;
}*/

.choice-container .choice, .choice-container .mchoice, .choice-container .chkInp, .choice-container .mtc  {
    color: #fefefe;
    background-color: #605b55;
    padding: .75rem;
    /*width: 100%;*/
    border-radius: 3px;
    text-align: left;
    margin-bottom: 5px;
	/*min-width: 40%;*/
}
.choice-container .choice:hover, .choice-container .choice:focus, .choice-container .mchoice:hover, .choice-container .mchoice:focus, .choice-container .chkInp:hover, .choice-container .chkInp:focus, .choice-container .mtc:hover, .choice-container .mtc:focus {
    background-color: #c8102e;
    color: #fefefe;
    font-weight: bold;
}
.choice-container .choice.disabled {
    background-color: #cac1af;
    color: #050505;
    pointer-events: none;
}
.choice-container .choice.chosen {
    background-color: #c8102e;
    color: #fefefe;
    font-weight: bold;
    pointer-events: none;
}

.feed{display:none;}

/* Create four equal columns that floats next to each other */
.column {
  float: left;
  width: 25%;
  /*padding: 10px;
  border: 1px solid #e0e0e0;*/
}

/*.row{border: 1px solid #d1d1d1;}*/
/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.column:first-of-type{padding-top: 6px;}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 900px) {
  .column  {
    width: 50%;
  }
	
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column  {
    width: 100%;
	  margin-left: 0px;
  }
	.divTab{overflow-x:auto;}
}

.row .column:nth-child(2){
	width: 65% !important;
	margin-left: 20px;
}

input, select{
	min-width: 28%;
    margin: 4px auto;
    /*text-align: left;*/
    padding: 0 10px;
    height: 34px;
    background-color: #eee;
    font-size: 16px;
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #C0C0C0 #D9D9D9 #D9D9D9;
    border-image: none;
    border-radius: 5px;
    border-width: 1px;
    font-family: 'Open Sans', sans-serif;
    left: 143px;
}

.hid{display: none;}


table{
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 2em;
}
tbody{
	
}

td, th {
  border: 1px solid #ddd;
  padding: 8px;
}

tr:nth-child(odd){background-color: #f2f2f2;}

th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #007c32;
  color: white;
}
.showImg img{max-width: 100%;}
.showImg{display: none;}

