/* Pop up css */

.submit-interest-overlay, .rating-overlay {
    position: fixed;
    z-index: 100001;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #888;
    background: rgba(0,0,0,0.65);
    display: none;
}

.page-content .content .course-description p {
    padding-bottom: 0;
    font-size: 12px;
    line-height: 1.2em;
}

.course-description p {
    padding-bottom: 0 !important;
    font-size: 12px !important;
    line-height: 1.2em !important;
}

.rating-overlay .modal-box {
    max-width: 320px;
}

.modal-box {
  position: absolute;  z-index: 1000;  
  position: absolute;
    max-width: 400px;
    max-height: 100%;
    width: 90%;
    min-height: 200px;
    background: white;
  border-bottom: 1px solid #aaa;  border-radius: 4px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.modal-box .btn-submit-feedback, .modal-box .btn-submit-review {
     display:inline-block; text-align:center; padding:6px 6px;
     width: 110px; text-decoration: none; border: 1px solid #196fa0;
     font-size: 13px; line-height: 24px; color: #fff;cursor:pointer; margin-top: 10px;
     background: #2ba7dd;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#2ba7dd), to(#196fa0));
    background: -webkit-linear-gradient(#2ba7dd, #196fa0);
    background: -moz-linear-gradient(#2ba7dd, #196fa0);
    background: -ms-linear-gradient(#2ba7dd, #196fa0);
    background: -o-linear-gradient(#2ba7dd, #196fa0);
    background: linear-gradient(#2ba7dd, #196fa0);
    -pie-background: linear-gradient(#2ba7dd, #196fa0);
	}
.modal-box .btn-submit-feedback:hover , .modal-box .btn-submit-review:hover{
  background-color: #ddd;
  -webkit-transition: background-color 1s ease;
  -moz-transition: background-color 1s ease;
  transition: background-color 1s ease;
}
@media (min-width: 32em) {

.modal-box { width: 50%; }
}

.modal-box header,
.modal-box .modal-header {
  padding:10px 15px; border-bottom: 1px solid #ddd; background-color:#2ba7db; color:#ffffff;
}

.modal-box header h3,
.modal-box header h4,
.modal-box .modal-header h3,
.modal-box .modal-header h4 { margin: 0; color: #fff; font-size: 16px; font-weight: normal; }

.modal-box .modal-body { padding: 2em 1.5em; }
.modal-box p { text-align: center; }
.modal-box p textarea{border:1px solid #ddd; padding: 5px; width: 100%; box-sizing: border-box;}

.modal-box footer,
.modal-box .modal-footer {
  padding: 1em; border-top: 1px solid #ddd; background: rgba(0, 0, 0, 0.02); text-align: right;
}

.modal-overlay {
  opacity: 0; filter: alpha(opacity=0); position: absolute;
  top: 0; left: 0; z-index: 900; width: 100%; height: 150%;
  background: rgba(0, 0, 0, 0.3) !important;
}

.modal-box  a.close {
  line-height: 1; font-size: 30px; font-weight: normal; position: absolute; top: 3px; right: 2%; text-decoration: none; color: #fff;
}

.modal-box  a.close:hover {
  color: #222; -webkit-transition: color 1s ease; -moz-transition: color 1s ease; transition: color 1s ease;
}

/*  Rating CSS */
.rating-bar{display: block; width: 97px; height: 16px; background: url(img/star-rating.png) 0 -28px;}
.rating-bar .rating-bar-hi{display: block; height: 16px; background: url(img/star-rating.png) 0 -48px;}
.content-coverage{display: block; width: 97px; height: 13px; background: url(img/star-rating.png) 0 -13px;}
.content-coverage-hi{display: block; height: 13px; background: url(img/star-rating.png) 0 0;}
dl.rating{overflow:hidden; width: 100%}
dl.rating dt{float:left;}
dl.rating dd{float:right;}
