﻿.go-sticker {
    cursor: pointer;
}


.courseComplete
{
    background:url(../img/gray-90.png);
    height:100%;
    width:100%;
    position:fixed;
    top:0;
    left:0;
    z-index:700;
    color:#2d2d2d;
    text-align:center;
    display:none;
}

.courseComplete a
{
    color:#333;
}
.courseComplete a.btn
{
    color:#333;
}

.courseCompleteThanks
{
    display:none;   
}

.coursePostNoticeWindow
{
    height:140px;
    width:185px;
    padding:40px;
    text-align:center;
    position:fixed;
    top:50%;
    left:50%;
    margin:-280px 0 0 -200px;
    background:#fff;
}

.courseCompleteWindow
{
    height:500px;
    width:320px;
    padding:20px;
    text-align:center;
    position:fixed;
    top:50%;
    left:50%;
    margin:-250px 0 0 -160px;
    background:#fff;
    overflow: auto;
}

.courseCompleteForm
{
    text-align:left;    
}
.courseCompleteForm h1
{
    margin:0;    
}

.courseCompleteForm .formControl
{
    float:left;
    text-align:left;
}

.courseCompleteForm .formRow.submit
{
   clear:both;
   padding-top:20px;
   text-align:right;
}

.courseCompleteForm label
{
    font-family: 'Muli', sans-serif;
    font-size:14px;

    margin:10px 0 7px 0;
    color:#2d2d2d;
    text-transform:uppercase;
    display:block;
}


.courseCompleteForm input[type="text"], .courseCompleteForm input[type="password"], .input240
{
    font-family: 'Muli', sans-serif;
    font-size:18px;
    
    margin: 0 15px 15px 0;   
    padding:7px 8px;
    color: #808080;
    width:260px;
}

.courseCompleteForm select
{
    width:182px;   
}

.courseCompleteForm .red
{
    color:#CB4D4D
}

.courseCompleteForm input[type="text"].last, .courseCompleteForm input[type="password"].last,  .courseCompleteForm select.last
{
    margin-right:0;
}

.courseCompleteThanks .btn 
{
    margin-top: 10px;
    display: inline-block;   
}

.courseCompleteThanks p
{
    font-size:16px;
}

.btn.retake
{
 width: 190px;   
}
