#ready_to_submit_modal .button-default{
    line-height:17px;
}

.modal_game_placholder_dialog{
    max-width: none;
    width: 100%;
    margin: 0;
    height: 100%;
}
#if{
    margin:0;
    overflow:hidden;
}

#fakeGameUPWrapper{
    background-color:#6FF;
    width:887px;
    display:inline-block;
}


#flashContent {
    text-align: center;
}

#flash{
    position:absolute;
    top:0px;
    left:0px;
    display: block;
    opacity: 0.8;
    z-index: 9988;
    background-color: #FFF;
}

#ready_to_submit_modal, #submit_activity_modal {
    max-width: none;
}


/* CAMERA RELATED THINGS */


#copyCanvas {
    display:block;
}


#cameraDiv{
    display: none;
    /*border-right: 3px solid #6FF;
    border-left: 3px solid #6FF;*/
    background-color: #4a4a4a;
    position: relative;
    height: 50px;
    /*width: 62px;*/
}

#viewSnapshots{
    position: absolute;
    display: none;
    right: -200px;
    /*top: 6px;*/
    /* background-image: url('../img/editSubmitButton.png'); */
    /*background-position: 0px 0px;*/
    height: 1px;
    width: 1px;
    cursor: pointer;
}
#viewSnapshots:hover{
    background-position:-150px 0px;
}


#cameraButton{
    cursor: pointer;//
    display: none;
    /* margin: 6px; */
    background-image: url('../img/takeSnapshot.png');
    /* background-position: 0px 0px; */
    background-color: #ff723a;
    height: 70px;
    width: 70px;
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -o-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    border-radius: 35px;
    -moz-border-radius: 35px;
    -webkit-border-radius: 35px;
    border: 10px solid #4a4a4a;
    /*z-index:10;*/
}
#cameraButton:hover{
    background-position:-150px 0px;
}

#cameraButton .takeSnapshotLabel {
    position: absolute;
    width: 140px;
    left: 63px;
    color: white;
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -o-transform: translateY(50%);
    -ms-transform: translateY(50%);

    margin-top: 4px;
    font-family: ProximaNova-Bold;
    text-align: left;
    font-size: 16px;
}

#help_video_snapthought{
    position: absolute;
    right: 10px;
    top: 5px;
    height: 40px;
    width: 40px;
    cursor: pointer;
    background: white;
    border-radius: 100%;
    color: #4a4a4a;
    font-family: ProximaNova-Bold;
    font-size: 30;
}

#snapsOverlay .submit{
    display:none;
    text-align:center;
    position:relative;
    background-color: #006666;
/*     height:50px; */
    width: 100%;
    max-width: 580px;
    /*min-width: 280px;*/
    display: inline-block;
    padding: 10px;
}
#submitButton{
    cursor: pointer;
    /*background-image: url('../img/submitToTeacher.png');*/
    /*background-position: 0px 0px;*/
    /*height: 35px;*/
    max-width: 220px;
    margin: auto;
    font-size: 16px;
    /*position: absolute;*/
    /*right: 50%;*/
    /*transform: translateX(50%);*/
    /*top: 6px;*/
    margin-bottom: 10px;
}

}
#submitButton:hover{
    background-position:-160px 0px;
}

#trademarkNotice{
/*     position: absolute; */
/*     right: 16px; */
/*     bottom: 14px; */
    /*text-shadow: 1px 1px 1px rgba(0, 51, 51, 1);*/
    color: #00cccc;
    font-size: 15px;
    text-transform: uppercase;
    font-family: ProximaNova-Bold;
margin-bottom: 10px;}
#submitTrademark {
    color: #BBBAAA;
    /* display: inline-block; */
    text-align: left;
    margin-top: 18px;
}



#classSelectbox{
    position:absolute;
    right:162px;
    top:5px;
    height:27px;
    font-size:17px
}

#cameraDiv .cardCountIndicator{
    font-family: ProximaNova-Regular;
    background-color: #ff723a;
    position: absolute;
    bottom: 27px;
    left: 40px;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    z-index: 40;
    color: white;
    font-size:14px;
    border: 2px solid #4a4a4a;
    line-height: 16px;
}

#previewCards{
    position: absolute;
    /*display: none;*/
    left: 3px;
    bottom: 3px;
}
#previewCards span{
    margin: 3px;
    border-style: solid;
    border-width: 2px;
    border-color: white;
    background-color: #4a4a4a;
    display: inline-block;
    height: 25px;
    width: 35px;
    /* text-align: center; */
    overflow: hidden;
    /* float: left; */
    display: none;
    position: absolute;
    bottom: 0px;
    left: 0px;
}
#previewCards span:nth-child(1){
    z-index:20;
    left: 6px;
    bottom:6px;
}
#previewCards span:nth-child(1),#previewCards span:nth-child(2){
    display:inline-block;
}
#previewCards span:nth-child(2) img{
    display:none;
}
#previewCards .filledPreview{
    cursor:pointer;
}


#cameraButton:hover{
    /*background-position:-119px 0px;*/
}


.simple_overlay{
    font-family:ProximaNova-Regular;
}


#snapsOverlay .textHolder {
    padding: 0 10px;
}


#snapsOverlay textarea{
font-family: ProximaNova-Regular;
    /* margin-top: 20px; */
    height: 76px;
    width: 100%;
    max-width: 550px;
    resize: none;
    border: none;
    line-height: 19px;
    overflow: hidden;
    font-size: 16px;
    background-image:url('../img/underlineBG.png');
    background-position: 0px 0px;
    /*padding: 0 10px;*/
}


#snapsOverlay .placeholder{
    color:#999;
}



#snapsOverlay .simple_overlay img{
    border:2px solid #666;
    margin:2px;
}

#snapsOverlay  {
    color: black;
    font-weight: bold;
    font-size: 0;
    margin: 0px auto;
    display: none;
    z-index: 10000;
    background-color: white;
    color: black;
    /*border: 3px solid #6FF;*/
    text-align: center;
    width: 50%;
    max-width: 500px;
    margin: 0px auto;
    top: 20px;
    background: none;

    transform-origin: top;
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -o-transform-origin: top;
    -ms-transform-origin: top;
    /* padding: 0 10px; */
}

#snapsOverlay a.close {
    background-image:url(../img/apple-close.png);
    position:absolute;
    right:-15px;
    top:-15px;
    cursor:pointer;
    height:42px;
    width:42px;
    z-index: 40000;
    opacity:1;
}
#snapsOverlay a.close:hover {
    opacity:1;
}

#snapsOverlay .notes{
    background-color:white;
}
#snapsOverlay .save{
    background-color: white;
    width: 100%;
    height: 40px;
    position:relative;
}
#saveButton{
    background-image: url(../img/save.png);
    height: 40px;
    width: 105px;
    /* margin: 5px; */
    margin-bottom: -16px;
    /* display: inline-block; */
    cursor: pointer;
    position: absolute;
    z-index: 50000;
    left: 50%;

    transform: translate(-50%, 10px);
    -webkit-transform: translate(-50%, 10px);
    -moz-transform: translate(-50%, 10px);
    -o-transform: translate(-50%, 10px);
    -ms-transform: translate(-50%, 10px);

    font-family: ProximaNova-Bold;
    font-size: 15px;
    color: white;
    padding-top: 5px;
}
}

#cameraDiv .loadingMessage{
    display:none;
    padding:5px;
    background-color:white;
    width:200px;
    margin:0px auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-weight:bold;
}

#snapsOverlay .loadingMessage{
    display:none;
    padding:5px;
}
.loadingMessage img{
    vertical-align:middle;
}



#snapsOverlay .screenshotLarge{
    background-color:black;
    /*height:415px;*/
    border: 3px solid #FFF;
    /*border-bottom: 3px solid #FFF;*/
    /*border-bottom: 3px solid #6FF;*/
}

#snapsOverlay .screenshotLarge img{

}




#snapsOverlay .divider{
    background-color:#6FF;
    height:3px;
}

#screenshotsNav{
    padding-top: 20px;
    background-color: #006666;
    max-width: 580px;
    width: 100%;
    height: 112px;
    overflow: hidden;
    position: relative;
    display: inline-block;
}
#screenshotsRow{
    /*background-color:#399;*/
    width:550px;
    height:130px;
    /*
    overflow:hidden;
    overflow-x:scroll;
    *//*overflow: auto*/
    white-space: nowrap;
    position:absolute;
    left: 14px;
    text-align:left;
    background-image:url(../img/rowBG.png);
    background-repeat:repeat-x;
    background-position: 0 3px;
    transform-origin: 0px 0px;
    -webkit-transform-origin: 0px 0px;
    -moz-transform-origin: 0px 0px;
    -o-transform-origin: 0px 0px;
    -ms-transform-origin: 0px 0px;
}
#snapsOverlay .captureHolder {
    max-width: 106px;
    width: 20%;
    height: 96px;
    background-color: white;
    display: inline-block;
    position: relative;
    margin: 5px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 2px 2px 7px -2px #000000;
    -webkit-box-shadow: 2px 2px 7px -2px #000000;
    -moz-box-shadow: 2px 2px 7px -2px #000000;
    -o-box-shadow: 2px 2px 7px -2px #000000;
    border: 3px solid #FFF;
    /* margin-top: -3px; */
    margin-left: 0px;
}
#snapsOverlay .captureHolder .spinner{
    /*16x16*/
    display:none;
    background-image:url(../img/spinner.gif);
    background-repeat:no-repeat;
    position:absolute;
    height:16px;
    width:16px;
    left:42px;
    top:24px;
}

#snapsOverlay .captureHolderIndicators{

    height:20px;
    margin-left:3px;
    margin-right:3px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

#snapsOverlay  .activeCapture{
    /*background-color:#6FF;*/
    border: 3px solid #6FF;
    /*margin-top: 67px;*/
}

#snapsOverlay .captureHolder .remove{
    background-image: url(../img/removeCapture.png);
    background-repeat: no-repeat;
    position: absolute;
    height: 22px;
    width: 23px;
    left: 3px;
    bottom: 4px;
    cursor: pointer;
}
#snapsOverlay .captureHolder .hasText{

    display:none;
    background-image:url(../img/hasText.png);
    background-repeat:no-repeat;
    position:absolute;
    height:20px;
    width:54px;
    left:26px;
    bottom:4px;
    cursor:pointer;
}
.captureHolder  .littleArrowLeft,.captureHolder  .littleArrowRight{

    background-repeat:no-repeat;
    background-position:0 0;
    position:absolute;
    height:10px;
    width:5px;
    top:30px;
}
.captureHolder  .littleArrowLeft{
    background-image:url(../img/littleArrowLeft.png);
    left:1px;
}
.captureHolder  .littleArrowRight{
    background-image:url(../img/littleArrowRight.png);
    right:1px;
}

#snapsOverlay .captureHolder .captureNumber{
    font-weight: normal;
    color: #999;
    font-size: 20px;
    text-align: right;
    position: absolute;
    height: 20px;
    width: 25px;
    right: -2px;
    bottom: 8px;
    cursor: pointer;
    text-align: center;
    font-family: ProximaNova-Bold;
}

#carouselPrevious,#carouselNext{
    background-color:#3CC;
    width:25px;
    height:100px;
    position:absolute;
    /*cursor:pointer;*/
    display:none;
}
/*
#carouselPrevious:hover,#carouselNext:hover{
        background-color:#6FF;
}
*/
#carouselPrevious{
    left:0;
}
#carouselNext{
    right:0;
}

#snapsOverlay ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
    display:inline-block;
}
#snapsOverlay li{
    margin: 0;
    padding: 0;
    list-style-type: none;
    float:left;
    height:90px;
    width:100px;

    margin:5px;
    margin-top:5px;
    margin-bottom:5px;

}


#snapsOverlay .image_button{
    /* margin-right: 5px; */
    margin-bottom: 3px;
}

#snapsOverlay .imageHolder {
    width:77%;
    height:60px;
    text-align:center;
    cursor:pointer;

    position:absolute;
    top:0px;
    left:5px;;
    overflow:hidden;
    margin:5px;
    margin-bottom:2px;
    background-color:black;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

}
#snapsOverlay .imageHolder img{

/* display: inline-block; */}

/* VERTICAL SNAPSHOTS STYLES */

#snapsOverlay.vertical {
    min-width: 320px;
}

#snapsOverlay.vertical #screenshotsNav{
    background-color: rgba(0,0,0,0.3);
    width: 79px;
    padding-top: 0px;
    display: inline-block;
    height: 425px;
}
#snapsOverlay.vertical #screenshotsRow{
    width: 121px;
    left: 6px;
}
#snapsOverlay.vertical .captureHolder {
    width: 105px;
}

#snapsOverlay.vertical .captureHolder .hasText {
    width:44px;
}

#snapsOverlay.vertical .submit {
    padding-top: 20px;
}


#snapsOverlay.vertical .non_snaps_wrapper {
    display: inline-block;
    vertical-align: top;
    width: 68%;
    min-height: 425px;
    background-color: #006666;
}

#snapsOverlay.vertical #screenshotsRow{
    background:none;
}

#snapsOverlay.vertical .captureHolder{
    display: block;
}

#snapsOverlay.vertical .captureHolder .littleArrowRight, #snapsOverlay.vertical .captureHolder .littleArrowLeft{
    visibility:hidden;
}

#snapsOverlay.vertical a.close {
    right: 0px;
    top: -9px;
}

#snapsOverlay.vertical #submitButton{
    /*margin:10px;*/
}

/* END OF VERTICAL SNAPSHOTS STYLES */


#submitOverlay,#confirmOverlay  {
    background-color: white;
    color: black;
    /*display: inline-block;*/
    display: none;
    font-size: 13px;
    font-weight: bold;
    margin: 15px auto 0;
    min-width: 300px;
    padding: 18px 18px 27px;
    text-align: left;
    width: auto;
    z-index: 11000;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;

}
#confirmOverlay{
    text-align:center;
    margin:0;
    padding:18px;
    width:278px;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
}
#confirmOverlay .confirmMessage{
    margin: 5px 10px 10px;
}
#confirmOverlay .confirm,#confirmOverlay .cancel{
    display: inline-block;
    margin: 1%;
    padding: 2%;
    text-align: center;
    width: 40%;
    border-radius: 0.4em 0.4em 0.4em 0.4em;
    cursor:pointer;
}
#confirmOverlay .confirm{
    background: #ff9900;
    background: -moz-linear-gradient(top,  #ffb441 0%, #ffb441 50%, #ff9900 50%, #ff9900 100%); /* FF3.6+ */
    background: webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffb441), color-stop(50%,#ffb441), color-stop(50%,#ff9900), color-stop(100%,#ff9900));
    background: -webkit-linear-gradient(top,  #ffb441 0%,#ffb441 50%,#ff9900 50%,#ff9900 100%);
    background: -o-linear-gradient(top,  #ffb441 0%,#ffb441 50%,#ff9900 50%,#ff9900 100%);
    background: -ms-linear-gradient(top,  #ffb441 0%,#ffb441 50%,#ff9900 50%,#ff9900 100%);
    background: linear-gradient(to bottom,  #ffb441 0%,#ffb441 50%,#ff9900 50%,#ff9900 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb441', endColorstr='#ff9900',GradientType=0 );
    border: 0.1em solid #CC6600;
    color: #FFFFFF;
}
#confirmOverlay .cancel{
    background: #f3f3f3;
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 50%, #f3f3f3 50%, #f3f3f3 100%);
    background: webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#ffffff), color-stop(50%,#f3f3f3), color-stop(100%,#f3f3f3));
    background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 50%,#f3f3f3 50%,#f3f3f3 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#ffffff 50%,#f3f3f3 50%,#f3f3f3 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#ffffff 50%,#f3f3f3 50%,#f3f3f3 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#ffffff 50%,#f3f3f3 50%,#f3f3f3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 );
    border: 0.1em solid #999999;
    color: #666666;
}
#confirmOverlay .confirm:hover{
    background: none repeat scroll 0 0 #FF9900;
}
#confirmOverlay .cancel:hover{
    background: none repeat scroll 0 0 #f3f3f3;
}

#submitOverlay .close{
    display:none;
}
#submitOverlay  .submitMessage{
    border-bottom: 1px solid #ccc;
    margin-bottom: 18px;
    margin-left: -18px;
    margin-right: -18px;
    padding-bottom: 18px;
    padding-left: 12px;
}
.submitMessage {
    font-size: 15px;
}
.submitTitle {
    font-size: 13px;
    margin-bottom:13px;
}
#classButtons{
    max-height: 378px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-bottom: 5px;
    margin-right: -18px;
}
#submitButtonsContainer{
    text-align:right;
}
#cancelSubmit,#approveSubmit{
    font-family: ProximaNova-Regular;
    font-size: 14px;
    line-height: 36px;
    border-radius: 0.4em 0.4em 0.4em 0.4em;
    display: inline-block;
    height: 34px;
    letter-spacing: 0.1em;
    cursor: pointer;
    width: 48%;
    text-align: center;
}
#cancelSubmit{
    float: left;
    background: #f3f3f3;
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 50%, #f3f3f3 50%, #f3f3f3 100%);
    background: webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#ffffff), color-stop(50%,#f3f3f3), color-stop(100%,#f3f3f3));
    background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 50%,#f3f3f3 50%,#f3f3f3 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#ffffff 50%,#f3f3f3 50%,#f3f3f3 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#ffffff 50%,#f3f3f3 50%,#f3f3f3 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#ffffff 50%,#f3f3f3 50%,#f3f3f3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 );
    border: 0.1em solid #999999;
    color: #666666;
    /*margin-left: 11px;*/
}
#cancelSubmit:hover{
    background: none repeat scroll 0 0 #f3f3f3;
}
#approveSubmit{
    background: #ff9900;
    background: -moz-linear-gradient(top,  #ffb441 0%, #ffb441 50%, #ff9900 50%, #ff9900 100%); /* FF3.6+ */
    background: webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffb441), color-stop(50%,#ffb441), color-stop(50%,#ff9900), color-stop(100%,#ff9900));
    background: -webkit-linear-gradient(top,  #ffb441 0%,#ffb441 50%,#ff9900 50%,#ff9900 100%);
    background: -o-linear-gradient(top,  #ffb441 0%,#ffb441 50%,#ff9900 50%,#ff9900 100%);
    background: -ms-linear-gradient(top,  #ffb441 0%,#ffb441 50%,#ff9900 50%,#ff9900 100%);
    background: linear-gradient(to bottom,  #ffb441 0%,#ffb441 50%,#ff9900 50%,#ff9900 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb441', endColorstr='#ff9900',GradientType=0 );
    border: 0.1em solid #CC6600;
    color: #FFFFFF;

}
#approveSubmit:hover{
    background: none repeat scroll 0 0 #FF9900;
}
#submitOverlay  .button_white {
    /*background: linear-gradient(to bottom, #FFFFFF 0%, #FFFFFF 50%, #F3F3F3 50%, #F3F3F3 100%) repeat scroll 0 0 transparent;*/
    background: #f3f3f3; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 50%, #f3f3f3 50%, #f3f3f3 100%); /* FF3.6+ */
    background: webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#ffffff), color-stop(50%,#f3f3f3), color-stop(100%,#f3f3f3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 50%,#f3f3f3 50%,#f3f3f3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#ffffff 50%,#f3f3f3 50%,#f3f3f3 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#ffffff 50%,#f3f3f3 50%,#f3f3f3 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 50%,#f3f3f3 50%,#f3f3f3 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 ); /* IE6-9 */border: 0.1em solid #ccc;
    border-radius: 0.4em;
    color: #666666;
    cursor: pointer;
    font-family: ProximaNova-Regular;
    font-size: 14px;
    height: 34px;
    line-height: 34px;
    margin-bottom: 18px;
    padding: 0 1em;
    margin-right: 18px;
}
#submitOverlay  .button_white:hover {
    background: none repeat scroll 0 0 #F3F3F3;
}
#submitOverlay  .button_white_selected {
    /*background: linear-gradient(to bottom, #FF9900 0px, #FF9900 50%, #FF9900 50%, #FF9900 100%) repeat scroll 0 0 transparent;*/
    filter: none;
    background: none repeat scroll 0 0 #FF9900;
    border: 0.1em solid #999999;
    border-radius: 0.4em 0.4em 0.4em 0.4em;
    color: #FFFFFF;
    height: 34px;
    line-height: 34px;
    padding: 0 1em;
}
#submitOverlay  .button_white_selected:hover {
    background: none repeat scroll 0 0 #FF9900;
}

#submitSuccessOverlay{
    display: none;
    position: fixed;
    top: 5px;
    right: 5px;
    padding: 20px;
    padding-left: 80px;
    padding-right: 24px;
    background-color: #000;
    color: #FFF;
    font-weight: bold;
    width: 244px;
    text-align: left;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background-image: url(../img/check.png);
    background-repeat: no-repeat;
    background-position: 15px 30px;
}
/* new mbp submit screen */
.view_activity_icon {
    vertical-align: middle;
    display: inline-block;
    padding-right: 5px;
    height: 12px;
}

.button-disabled {
    opacity: 0.5;
    cursor: default;
}

#submit_activity_modal .row.buttons_container, #ready_to_submit_modal .row.buttons_container{
    padding: 0;
    border: none;
    background: none;
}

.select-class-caret {
    color: #66FFFF;
}

.submit_activity_select_class {
    padding-top: 10px;
}

/* teacher info */

.teacherInfoMessage{
    font-size: 13px;
    text-align: center;
    display: inline-block;
    background-color: #006666;
    width: 100%;
}
.teacherInfoMessage .message{
    display: block;
    margin: 0px auto;
    margin-bottom: 5px;
    margin-top: 5px;
    vertical-align: top;
    padding-left:5px;
    padding-right:5px;
}
.teacherInfoMessage .arrowUp{
    background-image: url("../img/arrowUp.png");
    display: inline-block;
    height: 40px;
    margin-top: 6px;
    width: 40px;
}

.appriseOverlay
{
    position:fixed;
    top:0;
    left:0;
    background:rgba(0,0,0,0.3);
    display:none;
    z-index:100000
}
.appriseOuter
{
    background:#fff;
    border:1px solid #fff;
    -webkit-box-shadow: 4px 4px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow:4px 4px 0px rgba(50, 50, 50, 0.5);
    box-shadow:4px 4px 0px rgba(50, 50, 50, 0.5);
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    -khtml-border-radius:4px;
    z-index:99999999;
    min-width:200px;
    min-height:50px;
    max-width:75%;
    position:fixed;
    display:none
}
.appriseInner
{
    color:#333;
    text-shadow:0 1px 0 #fff;
    /*
    padding:28px;
    padding-bottom: 20px;
    */
    padding:24px;
}
.appriseInner button
{

    font-family: ProximaNova-Regular;
    text-transform:uppercase;
    border:1px solid #bbb;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    -khtml-border-radius:3px;
    background:0;
    background-color:#215684;
    color:white;
    font-size:16px;
    font-weight:700;
    /*text-shadow:0 1px 0 #fff;*/
    cursor:pointer;
    box-shadow:0 1px 2px #ccc;
    -moz-box-shadow:0 1px 2px #ccc;
    -webkit-box-shadow:0 1px 2px #ccc;
    margin:0 3px;
    padding:4px 10px
}
.appriseInner button:hover
{
    color:#000
}
.aButtons,.aInput
{
    text-align:center;
    /*margin:20px 10px 0*/
    margin:15px 10px 0;
}
.aTextbox
{
    border:1px solid #aaa;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    -khtml-border-radius:4px;
    box-shadow:0 1px 0 #fff;
    -moz-box-shadow:0 1px 0 #fff;
    -webkit-box-shadow:0 1px 0 #fff;
    width:180px;
    font-size:12px;
    font-weight:700;
    padding:5px 10px
}

@media (min-width: 1024px) {
    #trademarkNotice,
    #submitButton{
        vertical-align: middle;
        display: inline-block;
    }
    #trademarkNotice{
        padding-left: 20px;
    }
}
/* end snapthought */