/*ACTIVITY5*/

#content{

      height:125% !important;
}

.hide{
  display: none;
}

/*  Questions on Cash Flow  */

#buttons {
    display: inline-block;
    width: 100%;
}



.stuff{
  border: 1px dotted #000;
  background: #fff;
  padding:2px;
  height:100%;
  width:100%;
  background: cornsilk; 
  overflow:auto;
}

textarea {
  width: 100%;
}

/*TABLE */

#datatable {
    width: 95%;
    margin-left: 2%;
}

tbody {
    width: 100%;
}


/*STANDARD CELL*/

td {
    border: 1px dashed #f4ac42;
    color: white;
    text-align: center;
    border: 1px dashed #ccc;
}


/*table row*/

tr {
    background-color: #fff;
    height: 2em;
    vertical-align: middle;
    width: 100%;
}


/*table header*/

tbody tr th {
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    background-color: #FFF;
    resize: none;
    text-align: center;
    color: #000;
    border: 1px solid #ccc;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;

    /*padding: 1% 1% 1% 1%;*/
}


/*table cells AND header cells*/

tbody tr td, tbody th {
    width: 7%;
}


/*cell holding input*/
.inputCell{
  border: 1px dashed #32343a;
  background-color: #fbe6c6;
}
/*user enters data here*/
tbody tr td span{
    width: 100%;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
    color: #000;    
font-family: 'Open Sans', sans-serif;
font-size: 1.2em;
text-align: center;
    display: inline-block;
    min-height: 1.2em;
    
}
tbody tr td span:focus{
  background-color: #73cac4;
 

}

[contenteditable="true"].single-line {
        white-space: nowrap;
        width:200px;
        overflow: hidden;
    } 
    [contenteditable="true"].single-line br {
        display:none;

    }
    [contenteditable="true"].single-line * {
        display:inline;
        white-space:nowrap;
    }


/*empty row*/

.blank {
    background-color: #ccc;
    border: 0px;
}

/* calculated totals - no user input */
.calculatedTotal {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    color: #000;
    font-weight: bold;
    background-color: #F4AC42;
    border: 1px solid #000;
    vertical-align: middle;

}
th.calculatedTotal {
    border: 1px solid #ccc;
}

/*PROMPTS*/
/*  further Information  */

#FinalQuestions,
#suggestionText,
#promptholder,
#FurtherInfo {
  display: none;
  position: absolute;
  top: 30%;
  left: 20%;
  background-color: #f4ac42;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.8em;
  width: 500px;
  z-index: 500;
  padding: 2em;
  cursor: move;
}

.prompt,
.prompt2 {
  display: none;
  z-index: 5000;
  clear: both;
}

.prompt p,
.prompt2 p,
#suggestionText p {
  width: 90%;
  line-height: 1.5em;
  color: white;
  padding-bottom: .6em;
  margin-left: 5%;
  text-align: left;
  margin-bottom: 1em;
  font-size:medium;
}

.prompt h5,
.prompt2 h5,
h5 {
  color: #fff;
  font-size: large;
  text-align: left;
  margin-left: 5%;
  margin-bottom: 1em;
}

.prompt ul,
.prompt2 ul,
#suggestionText ul {
  padding-bottom: .6em;
  text-align: left;
  margin-bottom: 1em;
}

.prompt li,
prompt2 li,
#suggestionText li {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size:medium;
  margin-left: 40px;
  line-height: 1.7em;
}

#promptNumber {
  display: inline-block;
  width: 65%;
  margin-left: 18%;
  padding-top: 20px;
}

#promptNumber2 {
  display: inline-block;
  width: 40%;
  margin-left: 30%;
  padding-top: 20px;
}

.promptNumberSquare,
.promptNumberSquare2 {
  width: 5px;
  height: 5px;
  margin: 0 10px;
  background-color: #FFF;
  display: inline-block;
}

.promptNumberSquare.focus,
.promptNumberSquare2.focus {
  width: 10px;
  height: 10px;
  background-color: #fff;
}

#print {
  background-image: url("http://chilp.it/7947da9");
  width: 32px;
  height: 33px;
  float: left;
  position: relative;
  top: -20px;
  left: -20px;
}
#print2 {
  background-image: url("http://chilp.it/7947da9");
  width: 32px;
  height: 33px;
  float: right;
  position: relative;
  top: 30px;
  left: px;
}

#print3 {
  background-image: url("http://chilp.it/7947da9");
  width: 32px;
  height: 33px;
  float: right;
  position: relative;
  top: 30px;
  right: 7%;
}

#promptClose_btn,
#promptClose_btn2,
#promptClose_btn3,
#promptClose_btn4 {
  background-image: url("http://chilp.it/39e5273");
  width: 32px;
  height: 33px;
  float: right;
  position: relative;
  top: -20px;
  right: -20px;
}

#promptLeft_btn,
#promptLeft_btn2 {
  background-image: url("http://chilp.it/de0b108");
  width: 32px;
  height: 33px;
  float: left;
}

#promptRight_btn,
#promptRight_btn2 {
  background-image: url("http://chilp.it/1ad0b57");
  width: 32px;
  height: 33px;
  float: right;
}

#promptLeft_btn:hover,
#promptLeft_btn2:hover {
  background-image: url("http://chilp.it/de0b108");
  width: 32px;
  height: 33px;
  float: left;
  opacity: 0.7;
  background-color: #f4ac42;
}

#promptRight_btn:hover,
#promptRight_btn2:hover {
  background-image: url("http://chilp.it/1ad0b57");
  width: 32px;
  height: 33px;
  float: right;
  opacity: 0.7;
  background-color: #f4ac42;
}

#promptholder button {
  cursor: pointer;
  z-index: 5000;
}

.prompt button:hover {
  background-position: 0px -35px;
  cursor: pointer;
  z-index: 5000;
}

#prompt_btn:a {
  z-index: 5000;
  background-image: none;
}

#prompt_btn,
#showTable,
#showData,
#further,
#questions2,
#suggestions {
  position: relative;
  float: left;
  height: 4em;
  width: 8em;
  cursor: pointer;
  z-index: 5000;
  background-image: none;
  margin: 2% 1%;
  color: white;
}

#next,
#next2 {
  position: relative;
  float: right;
  margin: 0 20px;
  height: 4em;
  width: 8em;
  cursor: pointer;
  z-index: 5000;
  background-image: none;
  margin: 2% 1%;
  color: white;
}

#prompt_btn:hover {
  background-image: none;
}

#prompt_btn:a {
  background: #1D4E89;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.2em;
  color: #FFF;
  padding: 3px 6px 2px 6px;
  text-align: center;
  text-decoration: none;
  background-image: none;
  z-index: 5000;
}
/*PAGE 2
*/
button {
  background: #f4ac42;
  background-image: none;
  border: 0px;
}
/*  COLUMN SETUP  */



.left_col {
  width: 40%;
}

.right_col {
  width: 45%;
}

.Q {
  margin: 0 1% 2.4% 3%;
  height: 150px;
  background-color: #16a79d;
  color: #fff;
  padding-left: 2%;
  padding-top: 5px;
  line-height: 1.3em;
  font-weight:bolder;
  font-size:Medium;
  font-family: 'Open Sans', sans-serif;
}

.A {
  margin: 0 0 3% 0;
  height: 150px;
  cursor: text;
}





/* ----------- Large Display ----------- */
    @media screen and (max-width: 1920px) and (max-height: 1080px) { 
      /* Styles */
      img{
	width:50%;
	
}
#content{
       height:125% !important;
    }
    }
    /* ----------- Laptop HiDPI screen ----------- */
    @media screen and (max-width: 1440px) and (max-height: 900px) { 

      /* Styles */

    }
    /* ----------- Laptop ----------- */
    @media screen and (max-width: 1366px) and (max-height: 768px) {
      /* Styles */ 
     
img{
	width:50%;
	
}

   #content{
       height:140% !important;
    }

    }
    
    /* ----------- Laptop MDPI screen ----------- */
    @media screen and (max-width: 1280px) and (max-height: 800px) { 
      /* Styles */
    }
    /* ----------- iPad ----------- */
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape)  and (-webkit-min-device-pixel-ratio: 1) {
      /* Styles */
      /*header{
      	height: 15%;
      }*/

      h1{
      	font-size: 1.7em !important;
      }

      .col{
      	  margin: 1% 0 0 1%;
      }

      #textHolder{
      	margin: 0 0 0 3%;
      }

      #graphcontainer{
      	height: 350px;
      }

    }
    /* ----------- iPhone 5 ----------- */
    @media only screen and (min-device-width: 568px) and (min-device-height: 320px) {
      /* Styles */

	#footer {
    position: fixed;
    top: 97%;
    height: 3%;
    z-index: 9999;
}
    }

@media only screen and (max-width: 768px){

   #content{
       height:125%;
    }
}

@media print {
button {
display: none !important;
}

.Q {
  margin: 0 1% 2.4% 3%;
  height: 350px;
}

.A {
  margin: 0 0 3% 0;
  height: 350px;
}
}