
span.publish-tab{
    position: fixed;
    left: 0px;
    top: 50px;
    bottom: 0;
    width: 645px;

    margin-left: -645px;

    background: white;
    z-index: 1000;

    -webkit-transition: all 0.4s ease-in 0s;
    -moz-transition:  all 0.4s ease-in 0s;
    transition: all 0.4s ease-in 0s;

}

.course-publish-header{
  position: fixed;
  padding: 10px;
  background: #fff;
  width: 645px;
}

div.course-publish-wrapper{
    padding: 5px;
    top: 104px;
    position: fixed;
    left: 0px;
    margin-left: -645px;
    -webkit-transition: all 0.4s ease-in 0s;
    -moz-transition:  all 0.4s ease-in 0s;
    transition: all 0.4s ease-in 0s;
    width: 645px;
    overflow-y: scroll;
    bottom: 0;
    background: #e8e8e8;
}

div.checklist_item_warning{
    /*border-bottom: solid 2px green;*/
    background-image: url(../../img/author/warning_item.png);
    padding-left: 16px;
    background-repeat: no-repeat;
}

div.checklist_item_error{
    /*border-bottom: solid 2px yellow;*/
    background-image: url(../../img/author/error_item.png);
    padding-left: 16px;
    background-repeat: no-repeat;
}

div.checklist_item_showstopper, div.checklist_item_blocker{
    /*border-bottom: solid 2px red;*/
    background-image: url(../../img/author/blocker_item.png);
    padding-left: 16px;
    background-repeat: no-repeat;
}

div#checklist_count{
    float:right;
    width: 250px;
}

li.publish-summary-list{
    padding: 0px;
    font-size: 13px;
}

.checklist_title{
  margin-left: -15px;
}

#checklist_summary {
    position: absolute;
    top: 70px;
    right: 25px;
    width: 105px;
    height: 105px;
    background-position: top left;
    border: 1px solid #CCCCCC;
}

ul.publish-summary-list{
    width:110px;
    margin-bottom: 30px;
    margin-top: -10px;
}

td.checklist_table_statuses_active{
    background-image: url(../../img/author/ok_small.png);
    background-repeat: no-repeat;
    background-position: center;
}

td.checklist_table_statuses_error{
    background-image: url(../../img/author/error_item.png);
    background-repeat: no-repeat;
    background-position: center;
}

.checklist_big_showstopper {
    background-image: url(/img/author/st_big.png);
}

.checklist_big_error {
  background-image: url(/img/author/er_big.png);
}

.checklist_big_warning {
  background-image: url(/img/author/wa_big.png);
}

.checklist_big_ok {
  background-image: url(/img/author/ok_big.png);
}

.checklist_big_showstopper,
.checklist_big_error,
.checklist_big_warning,
.checklist_big_ok{
  background-repeat: no-repeat;
}

td.checklist_table_statuses_error.checklist_table_statuses_title{
  background-position: left;
}

td.checklist_table_statuses_error.checklist_table_statuses_title span{
  margin-left: 15px;
  margin-right: -15px;
}

.checklist-table th,
.checklist-table td{
  text-align: center;
  font-size: 13px;
}

.checklist-table th{
  border-left-color: #fff;
  border-right-color: #fff;
  font-weight: normal;
}

.checklist-table td:nth-child(1){
  text-align: left;
}

.paired-question-table td:nth-child(1){
  text-align: center;
}

.checklist-table th:nth-child(1),
.checklist-table td:nth-child(1){
  border-left: none;
}

.checklist-table th:nth-last-child(1),
.checklist-table td:nth-last-child(1){
  border-right: none;
}

.publishDisabled{
  background-color: #888;
  color: #acacac;
  cursor: not-allowed !important;
}

.checklist_detail a{
  color: #68809f !important;
}

/**Pre-Publish Preview Modal**/
#prePublishPreviewModal{
  background-color: white;
}

#prePublishPreviewDismissBtn{
  float: right;
}

#prePublishPreviewModal .modal-body{
  padding: 0 5px 0 0;
  height: 100%;
}

.previewText{
  color:#bb1122;
  font-size: 23px;
  font-weight: 800;
}

.preview-subtext {
    color: #bb1122;
    font-size: 14px;
    padding-bottom: 10px;
}

.checklist_heading{
  background-color: #f9f9f9;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 5px;
}

.checklist_title_error{
  color: #ababab;
  text-transform: uppercase;
}

.checklist_title_error img{
  margin-top: -7px;
}

.checklist_help{
  font-size: 11px;
  font-style: italic;
  margin: 5px 0 0 8px;
}

.checklist_help ul li{
  font-size: 11px;
}

.checklist_help ul{
  list-style: disc inside;
  margin-left: 10px;
}

.checklist_detail {
  margin: 5px 0 0 10px;
}

.checklist_detail li {
  font-size: 13px;
}

.checklist-footer-note{
  font-size: 10px;
  font-style: italic;
  margin: 50px 0 0 10px;
}

.preview-bar {
  padding-bottom: 15px;
}

.preview-bar #prePublishPreviewDismissBtn {
  background-color: buttonface;
}