/* 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=Scope+One);

html {
    position: relative;
    min-height: 100%;
}



body {
    font-family: Arial, serif;
    height: 100%;
    /* Margin bottom by footer height */
    margin-bottom: 30px;
    background-color: #bdaec6;
    background: url(../images/GettyImages-175291903.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

header {
    z-index: 10000;
    background-color: #838b36;
    color: #fff;
    font-family: 'Scope One', serif;
/*    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 10px;
    border-bottom: 1px solid #666;*/
}

header h2 {
    margin-top: 1em;
    font-size: 2.9em;
    margin-left: 15px; 
}

/* for belated logo */
header .logo-pad {
    padding-right: 150px;
}

.btn {
    transition: all .3s ease 0s;
    /* font-size: 20px;
    padding: 10px 20px 10px 20px;*/
    text-decoration: none;
    color: #fff;
    border: 1px solid #666;
    /* background-image: linear-gradient(to bottom, #333, #666); */
    -webkit-border-radius: 0px;
       -moz-border-radius: 0px;
            border-radius: 0px;
    background-color: #5b9cc1;
    margin: 0 6px 6px 0;
}

.btn:hover,
.btn:active,
.btn:focus {
    text-decoration: none;

    color: #333;
    background: #fff;
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #424242;
    color: #838b36;
}

.credit {
  position: absolute;
  bottom: 40px;
  font-size: 70%;
  color: #ababab;
  margin: 0 1em;
}

footer p {
    margin-bottom: 0;
}

#pdfMarker {
    position: absolute;
    z-index: 999;
    right: 9px;
    top: 30px;
    float: right;
    width: 120px;
    height: 120px;
    padding: 1.3em .5em 1em .5em;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    background: #6A5E72;
    border: 1px solid #322035;
    vertical-align: middle;
    line-height: 1.4em;
    font-style: italic;
    -webkit-box-shadow: 8px 9px 10px -3px rgba(0,0,0,0.25), inset 0 0 50px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 8px 9px 10px -3px rgba(0,0,0,0.25), inset 0 0 50px rgba(0, 0, 0, 0.1);
     box-shadow: 8px 9px 10px -3px rgba(0,0,0,0.25), inset 0 0 50px rgba(0, 0, 0, 0.1);
}

#infoBtn {
    position: absolute;
    z-index: 1001;
    pointer-events: auto;
    top: 220px;
    right: 2px;
    height: 75px;
}

#infoBtn .glyphicon {
    font-size: 140%
}

blockquote {
    border-left: 5px solid #066688;
    margin-bottom: 10px;
    font-style: italic;
}

.center-block {
    float: none;
    margin: 0 auto;
}

.modal-header {
/*    border-top-left-radius: 6px;
    border-top-right-radius: 6px;*/
    background: #541D5F;
    color: #FFF;
    min-height: 3.7em;
}

.modal-header .close {
    opacity: 1;
    color: #FFF;
}

.modal-header h3 {
    margin-top: 5px;
}

.instructions-modal-lg ol li {
    margin-bottom: 0.5em;
}

.modal-content {
    padding: 0.5em; 
    border: none;
    border-radius: 0;
    box-shadow: none;
}



/*------- Modal Styling -------*/

.modal{
    top: 80px;
}

.modal-content, .modal-header{
   border-top-left-radius:10px;
   border-top-right-radius:10px;
}

.modal-header button.close{
    color:#fff;
}

.modal-body{
    color:#000;
    background-color:#fff;
    line-height:1.2rem;
}

.modal-body p {
    margin: 0 0 15px;
}




/*ACTIVITY
*/

.activitypart {
/*    padding-top: 1%;*/
    margin-top: 2em;
}

.activitypart.pad-btm {
    padding-bottom: 2%;
}

#activityDescription {
/*    border-top: 1px dotted #ccc;*/
/*    background-color: #ab84b3;*/
    background-color: #b8b9af;    
    /* position: relative; */
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.2), 0 1px 10px rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid #dadada;
    margin-bottom: 1em;
}

#activityDescription h4{
    margin-left: 15px;
    font-size: 17px;
    line-height: 1.3;
}

#activityTitles h3, 
#activityTitles h4 {
    text-align: center;
} 

#activityFeedback {
    position: relative;
}

.buttonrow {
    margin-bottom: 2em;
}

.bg-opacity {
    background-color: rgba(29, 78, 137, 0.15);
    padding: 2em 1em 1em;
}

.shadow {
    -webkit-box-shadow: 8px 9px 10px -3px rgba(0,0,0,0.25), inset 0 0 50px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 8px 9px 10px -3px rgba(0,0,0,0.25), inset 0 0 50px rgba(0, 0, 0, 0.1);
    box-shadow: 8px 9px 10px -3px rgba(0,0,0,0.25), inset 0 0 50px rgba(0, 0, 0, 0.1);
}

.image-border {
   border: 1px solid #555;
}

.pad-btm {
    margin-bottom: 1em;
}

.pad-btm-lg {
    margin-bottom: 2em;
}

.pad-btm-xlg {
    margin-bottom: 4em;
}

.no-pad-top {
    margin-top: 0;
}

#logo {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 120px;
}

#logoWelsh{
    position: absolute;
    top: 8px;
    right: 17px;
    width: 79px;
}

/*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;
}

/*CANVAS*/


#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){

    #infoBtn, #penToolBtn {
        margin-top: 5px;
        float: right;
    }

    #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;
    }

    #checkCorrect {
      display: none;
    }

    #totalCorrectHolder, #print, .credit, .btn, button {
      display: none!important;
    }
}
