/* 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
 */


.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;
}


#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;
}

}
/* ----------- match bootstrap media queries----------- */
@media (max-width: 768px){
    #infoBtn, #penToolBtn {
        float: left;
        width: 110px;
        margin-top: 5px;
    }

}
/* ----------- iPad Landscape----------- */

@media only screen and (max-device-width: 768px) and (max-device-height: 1024px){

}

/* ----------- iPhone 5 ----------- */

@media only screen and (max-device-width: 568px){
    /* Styles */
        .activitypart
{
    padding-top: 0;
}

    #penToolBtn
    {
        display: none;
    }

    #infoBtn
    {
        content: 'Info';
    }

}

@media print {


}
