/* Custom bootstrap css
--------------------------------------------------
MID GREY    #999999
LIGHT GREY  #E6E6E6
DARK GREEN  #4f959b
MID GREEN   #1E825E
LIGHT GREEN #2EC88B
LIGHT BLUE  #38C0CB
RED         #C8374E
ORANGE      #CB4938
 */

html
{
    position: relative;
    min-height: 100%;
}

body{
    font-family: 'Open Sans', sans-serif;
    height: 100%;
    /* Margin bottom by footer height */
    margin-bottom: 30px;
}

header{
    z-index: 10000;
    background-color: #004400;
    color: #fff;
}

.btn{
    font-family: 'Open Sans', sans-serif;
    transition: all .3s ease 0s;
    /* font-size: 20px;
  padding: 10px 20px 10px 20px;*/
    text-decoration: none;
    color: #fff;
    background-color: #006600;
}

.btn:hover,
.btn:active,
.btn:focus
{
    text-decoration: none;
    color: #fff;
    background: #008800;
}



footer
{
    font-family: 'Open Sans', sans-serif;
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 30px;
    text-align: center;
    background-color: #004400;
}
#pdfMarker
{
    position: absolute;
    z-index: 999;
    right: 9px;
    top: 29px;
    float: right;
    width: 120px;
    height: 120px;
    padding: 1.3em .5em 0 .5em;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    background: #333;
    border: 2px solid #fff;
    vertical-align: middle;
    line-height: 1.4em;
    font-style: italic;
}


#infoBtn,
#penToolBtn
{
    position: relative;
    z-index: 1001;
    margin-top: 10px;
    pointer-events: auto;
    float: right;
}
.center-block{
    float: none;
    margin: 0 auto;
}
.modal-header
{
    background: #fff;
}
.modal-header h3
{
    margin-top: 5px;
}
.instructions-modal-lg ol li{
    margin-bottom: 0.5em;
}
.modal-content
{
    /* padding: 0.5em; */
    padding: 15px;

    border: none;
    border-radius: 0;
    box-shadow: none;
}
/*ACTIVITY
*/

.activitypart
{
    padding-top: 1%;
}
#activityDescription
{
    color:#fff;
    background-color: #006600;
    /* position: relative; */
}
/*#activityDescription h4{
    padding-right: 100px;
}*/
#activityTitles h3, 
#activityTitles h4{
    text-align: center;
} 
#activityFeedback
{
    position: relative;
}
/*OPTIONS BOX*/

#penToolOptions
{
    position: absolute;
    z-index: 1001;
    top: 46px;
    right: 0;
    visibility: hidden;
    float: left;
    width: 17em;
    height: 6.8em;
    padding: .5em;
    border: 1px solid #ccc;
    background-color: #fff;
    box-shadow: 0 0 20px #ccc;
}

/*CANVAS*/

#penToolCanvas
{
    position: absolute;
    z-index: 998;
    top: 0;
    left: 0;

    display: none;

    width: 100%;
    height: 100%;
    /* pointer-events: none; */
}

#tmp_canvas
{
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;

    cursor: crosshair;
    /* pointer-events: none; */
}

#dialog-delete
{
    z-index: 1001;

    display: none;
}
.prompt-modal {
  text-align: center;
}


span.comment {
	background-color:#9DCED2; 
	cursor:help}
.summary-comment-popover{width:500px!important}	

@media screen and (min-width: 768px) { 
  .prompt-modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

.prompt-modal .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
/* ----------- Large Display ----------- */

@media screen and (max-width: 1920px) and (max-height: 1080px){
    /* Styles */
}


/* ----------- 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 */
      

}


/* ----------- Laptop MDPI screen ----------- */

@media screen and (max-width: 1280px) and (max-height: 800px){
    /* Styles */
   
       

}


/* ----------- iPad Landscape----------- */

@media only screen and (max-device-width: 1024px) and (max-device-height: 768px){
    /* Styles */
    #infoBtn, #penToolBtn {
    
margin-top: 5px;
    
float: right;
}

    

/* Styles */
    #pdfMarker
    {
        width: auto;
        height: auto;
        padding: .5em;
        /* position: relative; */
        border-radius: 0;
        position: absolute;
        top: 5px;
        right: 23%;
    }
}
/* ----------- match bootstrap media queries----------- */
@media (max-width: 768px){
    #infoBtn, #penToolBtn 
    {
        float: left;
        width: 110px;
        margin-top: 5px;
    }

     #pdfMarker
    {
        width: auto;
        height: auto;
        padding: .5em;
        /* position: relative; */
        border-radius: 0;
        position: absolute;
        top: 5px;
        right: 2%;
    }
}
/* ----------- iPad Landscape----------- */

@media only screen and (max-device-width: 768px) and (max-device-height: 1024px){
 #pdfMarker
    {
        width: auto;
        height: auto;
        padding: .5em;
        /* position: relative; */
        border-radius: 0;
        position: absolute;
        top: 5px;
        right: 2%;
    }

}

/* ----------- iPhone 5 ----------- */

@media only screen and (max-device-width: 568px){
    /* Styles */
        .activitypart
{
    padding-top: 0;
}

    #penToolBtn
    {
        display: none;
    }

    #infoBtn
    {
        content: 'Info';
    }
     #pdfMarker{
         width: auto;
        height: auto;
        padding: .5em;
        /* position: relative; */
        border-radius: 0;
        position: relative;
        top: 5px;
        right: 2%;
     }
}

@media print {
        #pdfMarker
    {
        width: auto;
        height: auto;
        padding: .5em;
        top: 0;
        /* position: relative; */

        border-radius: 0;
    }

}
