/* 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
 */

@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,300);
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
/* roboto-slab-regular - latin - offline backup */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-slab-v6-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto Slab Regular'), local('RobotoSlab-Regular'),
       url('../fonts/roboto-slab-v6-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-slab-v6-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-slab-v6-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-slab-v6-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-slab-v6-latin-regular.svg#RobotoSlab') format('svg'); /* Legacy iOS */
}
html
{
    position: relative;

    min-height: 100%;
}
body
{
    font-family: 'Roboto Slab', serif;
    
    height: 100%;
    /* Margin bottom by footer height */
    margin-bottom: 30px;
}
header
{
    z-index: 10000;
    border-bottom: 1px solid #ddd;
    background-color: #333;
    color: #fff;
}
.btn
{
    font-family: Arial;
    font-family: 'Open Sans', sans-serif;

    transition: all .3s ease 0s;
    /* font-size: 20px;
  padding: 10px 20px 10px 20px;*/
    text-decoration: none;

    color: #fff;
    border: 2px solid #666;
    /* background-image: linear-gradient(to bottom, #333, #666); */
    -webkit-border-radius: 7;
       -moz-border-radius: 7;
            border-radius: 7px;
    background: #333;
    background-color: #333;
}

.btn:hover,
.btn:active,
.btn:focus
{
    text-decoration: none;

    color: #333;
    background: #fff;
}



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: #f5f5f5;
}
#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
{
    border-top: 1px dotted #ccc;
    background-color: #9dced2;
    /* 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;
}
/*PEN TOOL*/
#content
{
    /* height: 100%; */
    position: relative;

    -webkit-user-select: none;/* Chrome all / Safari all */
       -moz-user-select: none;/* Firefox all */
        -ms-user-select: none;/* IE 10+ */
            user-select: none;
}
#penToolOptions .penActive
{
    z-index: 1000;

    visibility: visible;
}

.penColourOption
{
    width: 32px;
    height: 32px;
    padding: 0;

    border: 1px solid #fff;
    border-radius: 20px;
}

#penToolOptions button
{
    background-position: center;
    background-size: 100% 100%;
    /*-moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;*/
}

.penColourOption:hover
{
    transition: .2s;
    -webkit-transform: scale(1.1);
}

#penBLACK
{
    background-color: black;
}

#penRED
{
    background-color: red;
}

#penGREEN
{
    background-color: green;
}

#penBLUE
{
    background-color: blue;
}

/*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;
    }

}
