
/**************************************************
 *  dita Creator css
 *  Author: Dean Kornmann
 *  Date:   Nov 2012
 *
 *  Colors:   Yellow: #de9007 (darker) to #f1a803 (lighter)
 *            Blue:   #7cb6ea (lighter) to #66aae6 (darker)
*/


/**************************************************
 *  General CSS
*/

html {
  height: 100%;
  overflow: hidden;
}

body {
  height: 100%;
  width: 100%;
  background: #FAFAFA url('../img/main_bg.png') repeat 0 0;
}

@media (max-width: 767px) {
  body {
       padding-left: 0;
       padding-right: 0;
  }
}

h1, h2, h3, h4, h5, h6 {
  color: #555;
}

#main {
  height: 100%;
  position: relative;
}

#main-loading {
  background: transparent url('../img/loader.gif') no-repeat center center;
  height: 150px;
  text-align: center;
  margin-top: 180px;
}

.required {
  color: #F00;
}

a [class^="icon-"], button [class^="icon-"], .alert-icon [class^="icon-"] {
  margin-right: 5px;
  margin-top: 0;
}

.btn .caret {
  margin-left: 5px;
}

button.dropdown-toggle > .caret {
  margin-left: 0;
  margin-top: 7px;
}

.dropup .btn-primary .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

#upload-info {
  margin-right: 120px;
}

.upload-cancel-link {
  cursor: pointer;
}

#cancel-link-wrap {
  float: right;
  width: 100px;
  padding-top: 4px;

}

input[type="file"] {
  width: auto;
}

.alert-wrong {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}

.info-popover {
  cursor: pointer;
  color: #589CE0;
}

.form-horizontal .control-label .popover-inner {
  text-align: left;
}

div.divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}

div.nopad-divider {
  *width: 100%;
  height: 1px;
  margin: 1px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}

.content-page .divider {
  margin-left: 15px;
}

.table td.empty-tbl-msg {
  text-align: center;
}

.table td.empty-tbl-msg h4 {
  color: #999;
}

.well {
  padding: 15px;
  background-color: #f8f8f8;
}

.center-text {
  text-align: center;
}

input[type="radio"], input[type="checkbox"] {
  margin-top: 3px;
}

#modal-action-btn {
  display: inline-block;
  margin-left: 10px;
}

#err-modal-content {
  font-size: 14px;
  margin: 15px 0;
}

.color-red {
  color: #bd362f;
}

.color-green {
  color: #51a351;
}

.color-blue {
  color: #589CE0;
}

.progress .bar {
  background-image: none;
  background-color: #5197de;
}

/**************************************************
 *  Tabs
*/

.nav-tabs {
  margin-bottom: 0;
  font-size: 14px;
}

.bordered-tabs {
  margin-bottom: 15px;
}

.bordered-tabs .tab-pane {
  padding: 25px 10px 15px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  border-width: 0 1px 1px;
  background-color: #fafafa;
}

.bordered-tabs .nav-tabs>.active>a, .bordered-tabs .nav-tabs>.active>a:hover, .bordered-tabs .nav-tabs>.active>a:focus {
  background-color: #fafafa;
  color: #777;
}

.tab-btns-right {
  float: right;
  padding-right: 15px;
}

/**************************************************
 *  Login Page CSS
*/

div#login-wrap {
/*  padding: 80px 0 40px;*/
}

#login-header-wrap {
  height:40px;
  z-index:20;
  width:100%;
  background: -moz-linear-gradient(top,  rgba(62,62,62,1) 0%, rgba(33,33,33,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(62,62,62,1)), color-stop(100%,rgba(33,33,33,1)));
  background: -webkit-linear-gradient(top,  rgba(62,62,62,1) 0%,rgba(33,33,33,1) 100%);
  background: -o-linear-gradient(top,  rgba(62,62,62,1) 0%,rgba(33,33,33,1) 100%);
  background: -ms-linear-gradient(top,  rgba(62,62,62,1) 0%,rgba(33,33,33,1) 100%);
  background: linear-gradient(to bottom,  rgba(62,62,62,1) 0%,rgba(33,33,33,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e3e3e', endColorstr='#212121',GradientType=0 );
  -webkit-font-smoothing: subpixel-antialiased !important;
}

#login-wrap .alert-error {
  width: 400px;
  margin: 20px auto;
}

#login-error-msg {
  font-size: 16px;
}

#login-content {
  position: relative;
  margin-top: 50px;
/*  height: 300px;*/
}

.login-social-wrap {
  float: right;
  padding-right: 20px;
}

.login-social-wrap i {
  color: #777;
  font-size: 24px;
}

.login-social-wrap span {
  display: inline-block;
  margin-top: 8px;
  margin-right: 5px;
}

.login-social-wrap span a:hover {
  text-decoration: none;
}

.login-social-wrap i:hover {
  color: #AAA;
/*  cursor: pointer;*/
}

#login-logo-wrap {
  margin: 60px 0 0 100px;
  float: left;
}

#login-form-wrap {
  float: right;
  margin-right: 50px;
}

#login-form-wrap h2 {
  padding-left: 8px;
  margin-bottom: 5px;
}

.form-login {
  width: 380px;
  float: right;
  padding: 30px 20px 30px 30px;
  position: relative;
}

.form-login .form-login-heading {
  margin-bottom: 15px;
  padding-left: 90px;
}

.form-login input[type="text"],
.form-login input[type="password"] {
  font-size: 16px;
  height: 26px;
  margin-bottom: 15px;
  line-height: 26px;
}

.form-login .btn {
  margin-top: 10px;
  margin-left: 90px;
}

.form-login .input-prepend .add-on {
  height: 26px;
  font-size: 16px;
  color: #666;
  line-height: 26px;
}

.form-login .input[type="text"] {
  width: 300px;
}

.form-login .form-horizontal .control-label {
  width: 70px;
  padding-top: 9px;
}

.form-login .form-horizontal .controls {
  margin-left: 90px;
}


.alert-error {
/*  display: none;*/
}

#login-wait {
  font-size: 24px;
  width: 24px;
  height: 24px;
  position: absolute;
  bottom: 40px;
  right: 190px;
  display: none;
}

/**************************************************
 *  Header CSS
*/

#topbar {
  background-color: #4bb1cf;
  color: #FAFAFA;
}

#toolbar-wrap {
  height: 35px;
/*  background-color: #EEE;*/
  background: transparent url('../img/noise_bg_dark.png') repeat-x top left;
  color: #C5C5C5;
  border-bottom: 1px solid #C4C4C4;
}

.navbar .brand {
  padding: 3px 20px 0;
}

.tools-wrap {
  padding: 7px 10px 0 8px;
}

.tools-wrap .btn-mini .caret {
  margin-top: 8px;
}

.mod-tools {
  padding-right: 40px;
}

#editbtn-wrap {
  padding-right: 20px;
}

#editbtn-wrap span {
  font-size: 13px;
  display: inline-block;
  margin-top: 10px;
  vertical-align: middle;
  padding-right: 5px;
}

#editing-btns  button.active {
  background-color: #51A351;
  color: rgba(255, 255, 255, 0.75);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

#editing-btns  button#edit-off-btn.active {
  background-color: #bd362f;
  color: rgba(255, 255, 255, 0.75);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}


#userbtn-wrap, #editbtn-wrap {
  padding-top: 2px;
}

div#userbtn-wrap ul.dropdown-menu {
  left: auto;
  right: 0;
}

/**************************************************
*  Left Sidebar CSS
*/

#sidebar-wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 87px;
  width: 240px;
  background-color: #F5F5F5;
  border-right: 1px solid #cdcdcd;
}

#sidebar {
  position: relative;
  height: 100%;
}

#sidebar-content {
  position: absolute;
  top: 0;
  bottom: 22px;
}

#side-action-wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 240px;
  height: 22px;
  border-top: 1px solid #cdcdcd;
  -moz-box-shadow: inset 0 1px 0 #fff;
  -webkit-box-shadow: inset 0 1px 0 white;
  box-shadow: inset 0 1px 0 white;
  background: #f5f5f5; /* Old browsers */
  background: -moz-linear-gradient(top, #f5f5f5 0%, #d3d3d3 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#d3d3d3)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f5f5f5 0%,#d3d3d3 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f5f5f5 0%,#d3d3d3 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f5f5f5 0%,#d3d3d3 100%); /* IE10+ */
  background: linear-gradient(to bottom, #f5f5f5 0%,#d3d3d3 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#d3d3d3',GradientType=0 ); /* IE6-9 */
}

#side-tools {
  height: 35px;
  width: 240px;
  float: left;
  border-right: 1px solid #444;
}

.dropdown-menu li > a.muted {
  color: #999;
}

.dropdown-menu li > a.muted:hover {
  background: 0 none;
}


/**************************************************
*  Module and Pools and Help Navigation CSS
*/

#module-nav, #pools-nav, #help-nav {
  width: 240px;
  font-size: 12px;
  overflow-y: auto;
  overflow-x: hidden;
}

div.nav-box {
  position: relative;
  padding: 3px 3px 3px 8px;
  border: 1px solid transparent;
  border-bottom: 1px solid #E5E5E5;
  border-top: 1px solid #FFFFFF;
}

div.nav-box.cur-selected {
  background: #d3eaff;
  background: -moz-linear-gradient(top,  #d3eaff 0%, #c1e2ff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d3eaff), color-stop(100%,#c1e2ff));
  background: -webkit-linear-gradient(top,  #d3eaff 0%,#c1e2ff 100%);
  background: -o-linear-gradient(top,  #d3eaff 0%,#c1e2ff 100%);
  background: -ms-linear-gradient(top,  #d3eaff 0%,#c1e2ff 100%);
  background: linear-gradient(to bottom,  #d3eaff 0%,#c1e2ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3eaff', endColorstr='#c1e2ff',GradientType=0 );
  border-top: 1px solid #d3eaff;

}

.nav-parent span.nav-item {
  display: inline-block;
  width: 171px;
  padding-left: 20px;
}

.nav-child span.nav-item {
  display: inline-block;
  width: 164px;
  margin-left: 21px;
}

span.help-nav-item {
  display: inline-block;
  width: 205px;
  margin-left: 20px;
}

span.nav-item:hover, span.help-nav-item:hover, span.pool-item-title:hover {
  cursor: pointer;
  text-decoration: underline;
}

div.nav-child {
  display: none;
}

div.nav-child .nav-box {
  padding-left: 26px;
}

.nav-tree-closed, .nav-tree-open {
  position: absolute;
  left: 5px;
  top: 6px;
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("../img/nav_tree_icons.png");
  background-position: 1px 1px;
  background-repeat: no-repeat;
  margin-top: 0;
  padding: 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.nav-tree-open {
  background-position: -11px 1px;
}

.nav-tree-closed:hover, .nav-tree-open:hover {
  background-color: #666;
  background-image: url("../img/nav_tree_icons_white.png");
  cursor: pointer;
}

.nav-box i.fa-check-square, .nav-box i.fa-list-alt {
  display: inline-block;
  position: absolute;
  top: 6px;
  left: 26px;
}

.nav-box .fa-check-square {
  color: #f1a803;
  font-size: 13px;
}

.nav-box .fa-list-alt {
  color: #6fade6;
  font-size: 13px;
}

#new-section-form .help-inline {
  color: #B94A48;
}

.nav-options {
  position: absolute;
  right: 5px;
  top: 2px;
  padding: 3px 4px 2px;
  line-height: normal;
  display: none;
}

.dropdown-submenu .nav-options-icon {
  font-size: 12px;
}

.dropdown-submenu .nav-options-icon i {
  color: #666;
}

.dropdown-submenu.nav-options > .dropdown-menu {
  -webkit-border-radius: 6px 6px 6px 6px;
  -moz-border-radius: 6px 6px 6px 6px;
  border-radius: 6px 6px 6px 6px;
  font-size: 13px;
  margin-left: 0;
  left: -102px;
  top: 4px;
  min-width: 0;
  width: 100px;
  padding: 1px 0;
  text-align: left;
}

.nav-options .dropdown-menu > li {
  padding-left: 5px;
}

.nav-options .dropdown-menu > li.divider {
  margin: 3px 1px;
}

.nav-options .dropdown-menu > li:hover {
  /**
   *  This is 'Primary' color for flyout menu hover
   */
  text-shadow: none;
  text-decoration: none;
  color: #ffffff;
  background-color: #73b1e9;
  background-image: -moz-linear-gradient(top, #7cb6ea, #66aae6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#7cb6ea), to(#66aae6));
  background-image: -webkit-linear-gradient(top, #7cb6ea, #66aae6);
  background-image: -o-linear-gradient(top, #7cb6ea, #66aae6);
  background-image: linear-gradient(to bottom, #7cb6ea, #66aae6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7cb6ea', endColorstr='#ff66aae6', GradientType=0);
}

.nav-options i.fa-chevron-up, .nav-options i.fa-chevron-down {
  color: #444;
}

.nav-options i.fa-times {
  color: #bd362f;
}

.new-content-msg {
  margin: 10px 0 0 40px;
}

.nav-options .dropdown-menu li.muted:hover {
  background: 0 none;
  color: #999;
}

.nav-options .dropdown-menu li:hover > i {
  color: #fff;
}

.nav-options .dropdown-menu li.muted > i {
  color: #999;
}

#help-nav i, #pools-nav i {
  color: #66aae6;
  display: inline-block;
  position: absolute;
  top: 6px;
  left: 9px;
}

.pool-item-title {
  margin-left: 21px;
}

.side-tools-title span {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  margin-left: 12px;
  font-weight: bold;
  padding-top: 2px;
}


.stage-help-bubble {
  display: none;
  position:absolute;
  top: 45px;
  left: 20px;
  padding:8px;
  color:#fff;
  background:#333;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
  width: 170px;
  font-size: 11px;
  -webkit-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.7);
  -moz-box-shadow:    0px 0px 10px rgba(50, 50, 50, 0.7);
  box-shadow:         0px 0px 10px rgba(50, 50, 50, 0.7);
}

.stage-help-bubble p {
  margin-bottom: 4px;
}


/* creates the triangle */
.stage-help-bubble:after {
  content:"";
  position:absolute;
  top:-30px;
  left:40px;
  border:15px solid transparent;
  border-bottom-color:#333;
  /* reduce the damage in FF3.0 */
  display:block;
  width:0;
}

/**************************************************
*  Help Page CSS
*/


#help-page-wrap {
  padding: 10px 50px 20px 30px;
  max-width: 800px;
  min-width: 400px;
}

#help-page-wrap h4, #help-page-wrap h3 {
  color: #666;
  margin-top: 20px;
}

#help-page-wrap p {
  padding-left: 15px;
}

#help-page-wrap ul {
  list-style-position: inside;
}

#help-page-wrap img {
  margin-top: 10px;
}


.help-contents {
  list-style-type: none;
  margin-left: 0;
  font-weight: bold;
}

.help-contents a:hover {
  text-decoration: none;
}

.img-text-info {
  display: block;
  margin: 0;
  padding: 5px 0 0;
  font-size: 10px;
  color: #777;
  text-align: center;
  font-style: italic;
}

.img-bordered {
  border: 1px solid #CCC;
}

/**************************************************
*  Datatable CSS
*/

.table>tbody>tr.success-row>td {
  background-color: #dff0d8;
}


/**************************************************
*  Modal popup CSS
*/

.modal {
  width: 740px;
  margin-left: -370px;
}

.modal-fullscreen {
    position: fixed;
    top: 20px;
    left: 50px;
    right: 50px;
    /*bottom: 20px;*/
    width: auto;
    margin: 0;
}

.modal-fullscreen.fade.in {
  top: 20px;
}

/*.modal-fullscreen .modal-body {
  max-height: none;
}*/

@media (max-width: 767px) {
  .modal, .modal-fullscreen {
      position: fixed;
      top: 20px;
      left: 20px;
      right: 20px;
      width: auto;
      margin: 0;
  }
}

.modal-footer {
  position: relative;
}

.modal-upload-text {
 margin-bottom:4px;
}

.modal-upload-text img {
 vertical-align: text-bottom;
}

.modal-footer .btn+.btn {
  margin-left: 10px;
}

.modal-body-tbl {
  padding: 0;
}

.tbl-modal-pad {
  padding: 15px 15px 10px;
}

.modal-dt-wrap {
  display: none;
}

.modal-data-loading {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
}

.tab-modal-header {
  padding: 2px 0;
  margin: 0;
}

.tab-modal-header .nav-tabs {
  padding: 5px 10px 0;
  margin-bottom: 0;
  background-color: #f7f7f7;
}

.tab-modal-header .close {
  margin: 5px 15px 0 0;
}

.tab-modal-header .nav-tabs > .active > a, .tab-modal-header .nav-tabs > .active > a:hover {
  background-color: #fff;
}

.tab-modal-body {
  max-height: 500px;
  padding-bottom: 10px;
}

.tab-modal-body .trumbowyg-box {
  width: 99%;
}

.tab-modal-body .form-horizontal .control-label {
  width: 95px;
}

.tab-modal-body .form-horizontal .control-group {
  margin-bottom: 12px;
}

.tab-modal-body .form-horizontal .controls {
  margin-left: 110px;
}

.tab-modal-body textarea,
.tab-modal-body input[type="text"],
.tab-modal-body .uneditable-input {
  padding: 3px 5px;
}

#aqForceAsk {
  margin-left: 60px;
  margin-right: 8px;
}

#aq-answers-title, #nq-answers-title {
  border-bottom: 1px solid #E5E5E5;
  border-top: 1px solid #E5E5E5;
  padding-top: 2px;
  margin-bottom: 15px;
  margin-top: 5px;
  font-size: 11px;
  font-weight: bold;
  background-color: #f7f7f7;
}

#aq-ans-cor, #nq-ans-cor {
  display: inline-block;
  padding-left: 2px;
}

#aq-ans-ans, #nq-ans-ans {
  display: inline-block;
  margin-left: 190px;
  /*margin: 0 auto;*/
}

#aq-ans-val {
  display: inline-block;
  margin-left: 182px;
}

.answer-row {
  display: flex;
  margin-bottom: 5px;
}

.answer-row input[type="text"] {
  margin-bottom: 0;
}

.input-modal-ans {
  width: 95%;
}

.answer-input-wrap {
  flex: 1;
}

.answer-cb-wrap {
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.answer-cb-wrap input {
  margin-top: 0;
}

.answer-del-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
}

.answer-del-wrap button {
  font-size: 14px;
}

@media (max-width: 767px) {
  /*.ans-input-wrap {
    width: 80%;
  }*/
}

@media (max-width: 600px) {
  /*.ans-input-wrap {
    width: 70%;
  }*/
}

.aq-ans-val-input {
  margin-left: 5px;
  text-align: center !important;
}

/*button.aq-ans-del,
button.pq-ans-del {
  margin-top: 1px;
}*/

button.aq-ans-del [class^="icon-"],
button.aq-ques-del [class^="icon-"],
button.pq-ans-del [class^="icon-"] {
  margin-right: 0;
}

.aq-ans-single, .p-ans-single {
  margin: 5px 2px 12px;
}

.aq-ans-ca-wrap, .pq-ans-ca-wrap {
  /*display: inline-block;*/
  padding-left: 15px;
  width: 27px;
}

#modal-footer-wait {
  background: transparent url('../img/loader.gif') no-repeat center center;
  height: 24px;
  width: 24px;
  position: absolute;
  left: 300px;
  top: 18px;
  display: none;
}

#aqQues {
  height: 50px;
}

.modal label {
  margin-bottom: 3px;
}

.pad-left-8 {
  padding-left: 8px;
}



/**************************************************
*  Main Content CSS
*/


#main-tools {
  height: 35px;
  margin-left: 242px;
}


#main-wrap {
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  left: 240px;
  right: 0;
  top: 87px;
  bottom: 0;
}

#main-content {
  width: 1000px;
  position: relative;
  padding: 5px 20px 20px 10px;
}

#main-content-wait, #side-content-wait, .modal-wait {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #000;
  opacity: 0.5;
  filter:alpha(opacity=50);
  display: none;
}



#main-content-wait > div, #side-content-wait > div, .modal-wait > div {
  width: 32px;
  height: 32px;
  margin: 200px auto 0 auto;
}

.mw-text > div {
  width: auto;
  height: auto;
  padding: 10px;
  font-size: 16px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -53px;
  margin-top: -12px;
  background-color: #fff;
  color: #000;
  border-radius: 4px;
}

#main-content-loading {
  background: transparent url('../img/loader.gif') no-repeat center center;
  position: absolute;
  height: 24px;
  width: 100%;
  text-align: center;
  top: 120px;
}

.content-bh #main-content-loading {
  top: 160px;
}

#mod-overview-wrap h2 {
  margin-left: 30px;
  margin-bottom: 25px;
}

.input-s-xlarge {
  width: 300px;
}

.input-m-xlarge {
  width: 400px;
}

.input-x-mini {
  width: 30px;
  text-align: right;
}

.main-tools-title {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  margin-left: 12px;
  font-weight: bold;
  padding-top: 2px;
/*  width: 700px;*/
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#mod-settings-btn {
  padding-right: 10px;
}

.section-title {
  margin: 0 0 10px 15px;
  padding-bottom: 5px;
}

.section-title h3 {
  margin: 0 0 5px;
  font-size: 18px;
  line-height: 1;
}

#pdf-wrapper {
  display: none;
  height: 500px;
/*  border: 2px solid #BBB;*/
}

.not-found-page {
  padding: 20px;
}

#mod-publish-btn {
  margin-left: 10px;
}

/**************************************************
*  Courses CSS
*/

#add-mods-wait, #add-res-wait {
  background: transparent url('../img/loader.gif') no-repeat center center;
  width: 25px;
  height: 25px;
  display: none;
  float: left;
  margin-right: 10px;
  margin-top: 1px;

}

/**************************************************
*  Main Content - CSS for content pages
*/

.content-page .input-append {
  display: block;
}

.content-page  .form-horizontal .control-label {
  width: 120px;
}

.content-page .controls {
  margin-left: 140px;
}

.content-page #messages {
  margin-bottom: 10px;
}

#msg-audio-upload {
  margin-bottom: 10px;
}

.content-bc  .form-horizontal .control-label,
.content-bh  .form-horizontal .control-label {
  width: 80px;
}

.content-bc  .form-horizontal .controls,
.content-bh  .form-horizontal .controls {
  margin-left: 100px;
}

.content-page textarea,
.content-page input[type="text"],
.content-page .uneditable-input {
  padding: 3px 5px;
}

.content-page .btn {
  padding: 3px 10px;
}

.content-page .btn.btn-small {
  padding: 2px 10px;
}

#wysiwyg-content {
  display: none;
}


#wysiwyg-wrap {
  position: relative;
}

#wysiwyg-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: none transparent;
  display: none;
}

#wysiwyg-overlay.disabled {
  display: block;
}

#wysiwyg-overlay-header {
  width: 100%;
  height: 71px;
  background-color: #333;
  opacity: 0.2;
  filter:alpha(opacity=20);
}

#stagePdf {
  width: 400px;
}

#stagePdf, .uneditable-input {
  background-color: #EEE;
  color: #555;
}

body .redactor_toolbar li a.redactor_btn_tipmodalbtn {
  background: transparent url('../img/redactor_rollover_btn.png') no-repeat;
}

body .redactor_toolbar li a.redactor_btn_srmodalbtn {
  background: transparent url('../img/redactor_sr_btn.png') no-repeat;
}

.redactor_toolbar li a.redactor_btn_tipmodalbtn:hover,
.redactor_toolbar li a.redactor_btn_srmodalbtn:hover {
  border-color: #98a6ba;
  background-color: #dde4ef;
  outline: none;
}

.rollover {
  cursor: default;
}


#remove-pdf-btn {
  margin-right: 20px;
}

#remove-pdf-btn i {
  color: #C42121;
}

#section-pdf-btn {

}

div.section-pdf-wrap {
  margin-right: 15px;
  float: right;
}

div#section-pdf-dd {
  left: auto;
  right: 0;
  padding: 10px;
  text-align: center;

}

#pdf-dd-upload, #pdf-dd-details {
  padding: 5px;
}

#sectionPdf {
  width: 250px;
  text-align: left;
}

.label-scorm {
  background-color: #385c80;
  font-weight: normal;
}

/**************************************************
*  Main Content - Module Overview Page CSS
*/

#mod-overview-wrap {
  width: 1000px;
  padding-bottom: 20px;
}

#svg-wrap img {
  width: 1000px;
}

#mod-overview-wrap .save-changes {
  margin: 5px 10px 0 0;
}

#mod-overview-wrap .form-horizontal {
  position: relative;
}

#mod-overview-right {
  width: 260px;
  position: absolute;
  top: 0;
  left: 620px;
}

#mod-overview-right .control-group {
  margin-bottom: 10px;
}

#mod-overview-right .control-label {
  width: 110px;
}

#mod-overview-right .controls {
  margin-left: 130px;
}

#passPercentage + span {
  margin-top: 2px;
}

#mod-overview-wrap .input-append {
  display: block;
}

span#moduleLogo {
  width: 298px;
}

span#moduleCert {
  width: 247px;
}

#upload-cancel-btn i.fa-minus-circle  {
  color: #C42121;
}

#tools-wait {
  width: 20px;
  height: 20px;
  background: transparent url('../img/mod_loader.gif') no-repeat center center;
  float: right;
  margin-right: 10px;
  margin-top: 1px;
  display: none;
}

.published-status-box {
  padding: 8px 14px;
  margin-bottom: 0;
  font-size: 16px;
}

#editTaCBtn {
  margin-left:20px;
}

.form-sub-title {
  margin: 0 25px 20px;
  font-size: 16px;
  max-width: 600px;
}

/**************************************************
*  Main Content - Assessment Page CSS
*/

.content-assess .nav-pills {
  margin-left: 15px;
}

#assess-ques-wrap, #assess-fb-wrap {
  padding: 15px 0 10px 10px;
  display: none;
}

#assess-details-wrap {
  padding: 15px 10px 10px;
}

#assess-details-wrap .control-label {
  float: left;
  width: 120px;
  padding-top: 5px;
  text-align: right;
}

#assess-details-left {
  width: 500px;
  float: left;
}

#assess-details-right {
  margin-left: 510px;
  width: 450px;
  padding-top: 42px;
}

#assess-details-right input[type="text"], #assess-details-right .uneditable-input {
  margin-bottom: 0;
  text-align: center;
}

#assess-ques-left {
  width: 400px;
  float: left;
}

#assess-ques-left select {
  height: 26px;
  line-height: 26px;
  width: 210px;
}

#add-all-pool-q {
  margin-left: 12px;
}

#assess-pools-questions {
  overflow-y: auto;
  max-height: 400px;
  padding-top: 5px;
}

#assess-pools-ddown {
  display: inline-block;
  float: left;
}

.assess-sub-heading {
  display: inline-block;
  float: left;
  margin: 2px 10px 0;
}

#assess-num-q {
  float: left;
}

#assess-random-val {
  float: right;
  display: none;
}

#assessQa, #assessRv {
  margin-bottom: 0;
  text-align: center;
  font-size: 16px;
}

select#assessAa {
  margin-bottom: 0;
  width: 55px;
}

#int-spinner-wrap {
  display: inline-block;
  width: 70px;
  position: relative;
}

#num-q-up, #num-q-down, #rand-val-up, #rand-val-down {
  padding: 0;
  height: 14px;
  line-height: 12px;
  width: 26px;
  position: absolute;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  left: 41px;
}

#num-q-up, #rand-val-up {
  top: 0;
}

#num-q-down, #rand-val-down {
  bottom: 0;
}

#num-q-up i, #num-q-down i, #rand-val-up i, #rand-val-down i {
  margin: 0;
  color: #666;
  font-size: 12px;
}

#assess-num-q label, #assess-random-val label {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 0;
  vertical-align: middle;
}

#pool-ques-tbl, #assess-ques-tbl {
 table-layout: fixed;
 margin-bottom: 10px;
}

#pool-ques-tbl th, #assess-ques-tbl th {
 text-align: center;
}

#pool-ques-tbl tr {
  cursor: pointer;
}

#pool-ques-tbl td span, #assess-ques-tbl td span {
  display: inline-block;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;

}

#pool-ques-tbl td.chosen {
  background-color: #7cb6ea !important;
}

#pool-ques-tbl td.chosen span {
  color: #FFF;
}

#assess-ques-right {
  margin-left: 450px;
}

#assess-questions {
  padding-top: 40px;
  max-height: 400px;
}

#assess-ques-tbl h4, #pool-ques-tbl h4 {
  text-align: center;
}

#assess-ques-tbl td.a-ques-td {
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#assess-ques-tbl td.a-ques-td:hover, #pool-ques-tbl td:hover {
  background-color: #EEE;
}

td.center-text, div.center-text {
  text-align: center;
}

#pool-ques-tbl .badge, #assess-ques-tbl .badge {
 margin-left: 5px;
}

#assess-ques-mid {
  width: 45px;
  padding: 70px 0 0 3px;
  text-align: center;
  float: left;
}

#assess-ques-mid button [class^="icon-"] {
  margin-right: 0;
}

.content-assess .nav.nav-pills {
  margin-bottom: 10px;
}

.content-assess button.aq-ques-del,
.content-assess button.aq-res-del,
.content-assess button.aq-res-add {
  padding: 3px 6px;
  line-height: normal
}

.no-ans-msg {
  text-align: center;
}

#aq-new-q-load {
  width: 24px;
  height: 24px;
  background: transparent url('../img/loader.gif') no-repeat center center;
  position: absolute;
  top: 2px;
  right: 355px;
  display: none;
}

#add-pool-q  i {
  margin-right: 0;
}

#ques-resubmit-wrap {
  width: 350px;
  height: 28px;
  float: right;
}

#ques-upload-wrap {
  width: 160px;
  height: 28px;
  float: right;
}

#ques-resubmit-wrap.pull-left {
  float: left;
}

#ques-resubmit-wrap label, #ques-upload-wrap label {
  padding-left: 15px;
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 5px;
}

#ques-resubmit-wrap .spacer {
  display: inline-block;
  width: 5px;
}

#ques-resubmit-wrap input[type="checkbox"], #ques-upload-wrap input[type="checkbox"] {
  margin-left: 3px;
  margin-top: 0;
}

#ques-resubmit-num {
  display: inline-block;
  float: right;
  margin-right: 10px;
}

#ques-resubmit-num select {
  width: 90px;
  height: 30px;
  margin-left: 5px;
}

#assessType {
  color: #AAA;
  font-size: 22px;
  margin: 0;
  line-height: normal;
}

#assessTypeWrap {
  margin-bottom: 12px;
}

#assess-fb-wrap .controls {
  margin-left: 160px;
}

#assess-fb-wrap .form-horizontal label {
  width: 150px;
}

#assess-fb-wrap .control-group {
  margin-bottom: 10px;
}

#assess-fb-wrap .spacer {
  width: 100%;
  height: 10px;
}

#page-save-wait {
  background: transparent url('../img/loader.gif') no-repeat center center;
  width: 24px;
  height: 24px;
  float: right;
  margin-right: 10px;
  margin-top: 2px;
  display: none;
}

#mod-overview-wrap #page-save-wait {
  margin-top: 8px;
}

#content-assess-nav {
  position: relative;
}

#aq-create-new {
  position: absolute;
  top: 0;
  right: 180px;
  display: none;
}

div.aq-edit-wrap {
  float: right;
  margin: 7px 20px 0 0;
  color: #555;
  white-space: normal;
}

div.aq-edit-wrap i.fa-info-circle {
  color: #589CE0;
}

div.aq-edit-wrap i.fa-times {
  color: #C42121;
}

div.aq-edit-wrap > div.dropdown-menu {
  left: auto;
  right: 0;
  padding: 10px;
  width: 240px;
  font-size: 14px;
}

div.aq-res-wrap > div.dropdown-menu, div.nq-res-wrap > div.dropdown-menu {
  left: auto;
  right: 0;
  padding: 10px;
  width: 300px;
}

div.aq-res-wrap, div.nq-res-wrap {
  float: right;
  margin-top: 1px;
}

#res-url-input {
  width: 270px;
}

#res-dd-wrap {
  margin-top: 5px;
}


#res-type-select {
  margin-left: 5px;
  width: 80px;
  height: 24px;
}

#res-dd-url-content, #res-dd-media-content {
  padding-left: 4px;
  margin: 18px 0 18px;
  text-align: center;
}

#aq-res-name {
  width: 300px;
}

tr.ques-load td {
  color: #999;
  background-color: #bbb !important;
  position: relative;
}

.cell-loader {
  display: none;
  position: absolute;
  top: 30%;
  left: 45%;
  width: 24px;
  height: 14px;
  background: transparent url('../img/loader_td.gif') no-repeat center center;
}

#sc-upload-wrap {
  margin-top: 10px;
}

/**************************************************
*  Welcome Page CSS
*/

#welcome-page-wrap {
  padding-top: 15px;
  width: 1000px;
}

.well > h3 {
  margin: 0 0 3px;
  color: #777;
}

.well h3 + .divider {
  margin: 0 0 10px;
}

#welcome-page-wrap .well {
  margin-top: 20px;

}

.tab-table {
  padding-left: 10px;
  padding-right: 10px;
  clear: both;
}

.tab-table thead tr {
  border-bottom: 3px solid #7cb6ea;
}

.tab-table th {
  padding-bottom: 4px;
}

.tab-table td {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #CCC;
}

#welcome-news-feed {
/*  float: right; */
  min-height: 120px;
  width: 240px;
  position: relative;
}

#dup-module-form p {
  font-size: 14px;
}

#welcome-page-wrap .spacer {
  display: inline-block;
  width: 10px;
}

#import-mod-msg {
  display: inline-block;
  height: 30px;
  width: 620px;
  margin-right: 40px;
  float: right;
}

#im-control-group {
  margin-bottom: 0;
}

#im-error-msg {
  height: 20px;
}

#im-log-msg > div {
  border: 1px solid #CCC;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 5px 5px 0;
  margin-bottom: 10px;
}

#im-log-msg h5 {
  margin: 0;
  padding-left: 7px;
}

.news-box {
  padding: 5px 8px 5px 10px;
}

.news-title {
  margin-left: 10px;
}

.news-date {
	width: 26px;
    height: 30px;
	background: #fcfcfc;
	background: linear-gradient(top, #fcfcfc 0%,#dad8d8 100%);
	background: -moz-linear-gradient(top, #fcfcfc 0%, #dad8d8 100%);
	background: -webkit-linear-gradient(top, #fcfcfc 0%,#dad8d8 100%);
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.1);
    float: left;
}

.news-date p {
	font-size: 12px;
    text-align: center;
    color: #9e9e9e;
    line-height: 1.2;
    padding-top: 2px;
}

.news-date p span {
	background: #d10000;
	background: linear-gradient(top, #d10000 0%, #7a0909 100%);
	background: -moz-linear-gradient(top, #d10000 0%, #7a0909 100%);
	background: -webkit-linear-gradient(top, #d10000 0%, #7a0909 100%);
	font-size: 9px; font-weight: bold; color: #fff; text-transform: uppercase;
	display: block;
	border-top: 1px solid #a13838;
	border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
    padding: 0;
    margin-left: -1px;
    width: 28px;
    line-height: 14px;
}

#news-wait {
  color: #777;
  text-align: center;
}

.news-content h5 {
  margin: 0 0 0 35px;
  line-height: normal;
}

.news-content h4 {
  margin: 0 0 5px;
}

.news-content p {
  margin: 10px 0 0 3px;
  font-size: 11px;
  color: #666;
  line-height: 1.4;
}

.tab-table table thead th {
  text-align: center;
}

.tab-table table thead th:first-child {
  text-align: left;
}

.event-dt-box input {
  width: 180px;

}

.event-att-box input {
  width: 40px;
  text-align: right;
  margin-bottom: 0;
  margin-left: 5px;
}

#event-error-box {
  display: none;
}

#event-contact-wrap {
  min-height: 20px;
}

#event-contact-inner {
  width: 25px;
  height: 25px;
  background: transparent url('../img/loader_white_bg.gif') no-repeat center center;
  position: absolute;
  left: 240px;
}

#select-contact {
  width: 300px;
}

#res-info-wrap div {
  font-size: 16px;
  margin-bottom: 12px;
  padding-bottom: 5px;
  border-bottom: 1px solid #f1f1f1;
}

/**************************************************
*  Pools Page CSS
*/

#pools-content {
  width: 1000px;
}

#pools-content-inner {
  padding: 10px 20px 20px 30px;
}

#pool-page-btn-wrap {
  margin-top: 15px;
  position: relative;
}

#pool-page-q-table {
  margin-top: 20px;
  width: 100%;
  table-layout: fixed;
}

#pool-page-q-table td {
  padding: 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#pool-page-q-table thead th {
  text-align: center;
}

#pool-page-q-table h4 {
  text-align: center;
}

#new-p-ques-load {
  width: 24px;
  height: 24px;
  background: transparent url('../img/loader.gif') no-repeat center center;
  position: absolute;
  left: 180px;
  top: 3px;
  display: none;
}

.new-pq-modal-body {
  max-height: 500px;
}

.new-pq-modal-body .form-horizontal .control-label {
  width: 95px;
}

.new-pq-modal-body .form-horizontal .controls {
  margin-left: 110px;
}

button.pq-ques-del, button.pq-ques-edit {
  padding: 3px 6px;
  line-height: normal;
}

button.pq-ques-del {
  margin-left: 8px;
}

button.pq-ques-del i {
  color: #bd362f;
  margin-right: 0;
}

button.pq-ques-edit i {
  margin-right: 0;
}

/**************************************************
*  User Profile CSS
*/

.user-profile p {
  font-size: 14px;
}

.user-profile p span {
  display: inline-block;
  width: 100px;
}



/**************************************************
*  Footer CSS
*/

#footer {
  height: 40px;
  background-color: #333;
}

.copyright {
  color: #EEE;
  float: right;
  font-size: 12px;
  margin-top: 5px;
}

/**************************************************
*  Toastr CSS - https://github.com/CodeSeven/toastr/blob/master/toastr.css
*/

.toast-title{font-weight:bold}.toast-message{-ms-word-wrap:break-word;word-wrap:break-word}.toast-message a,.toast-message label{color:#fff}.toast-message a:hover{color:#ccc;text-decoration:none}.toast-close-button{position:relative;right:-0.3em;top:-0.3em;float:right;font-size:20px;font-weight:bold;color:#fff;-webkit-text-shadow:0 1px 0 #fff;text-shadow:0 1px 0 #fff;opacity:.8;-ms-filter:alpha(opacity=80);filter:alpha(opacity=80)}.toast-close-button:hover,.toast-close-button:focus{color:#000;text-decoration:none;cursor:pointer;opacity:.4;-ms-filter:alpha(opacity=40);filter:alpha(opacity=40)}button.toast-close-button{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}.toast-top-full-width{top:0;right:0;width:100%}.toast-bottom-full-width{bottom:0;right:0;width:100%}.toast-top-left{top:12px;left:12px}.toast-top-right{top:100px;right:40px}.toast-bottom-right{right:12px;bottom:12px}.toast-bottom-left{bottom:12px;left:12px}#toast-container{position:fixed;z-index:999999}#toast-container *{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}#toast-container>div{margin:0 0 6px;padding:15px 15px 15px 50px;width:300px;-moz-border-radius:3px 3px 3px 3px;-webkit-border-radius:3px 3px 3px 3px;border-radius:3px 3px 3px 3px;background-position:15px center;background-repeat:no-repeat;-moz-box-shadow:0 0 12px #999;-webkit-box-shadow:0 0 12px #999;box-shadow:0 0 12px #999;color:#fff;opacity:1;-ms-filter:alpha(opacity=100);filter:alpha(opacity=100)}#toast-container>:hover{-moz-box-shadow:0 0 12px #000;-webkit-box-shadow:0 0 12px #000;box-shadow:0 0 12px #000;opacity:1;-ms-filter:alpha(opacity=100);filter:alpha(opacity=100);cursor:pointer}#toast-container.toast-top-full-width>div,#toast-container.toast-bottom-full-width>div{width:96%;margin:auto}.toast{background-color:#030303}.toast-success{background-color:#51a351}.toast-error{background-color:#bd362f}.toast-info{background-color:#2f96b4}.toast-warning{background-color:#f89406}@media all and (max-width:240px){#toast-container>div{padding:8px 8px 8px 50px;width:11em}#toast-container .toast-close-button{right:-0.2em;top:-0.2em}}@media all and (min-width:241px) and (max-width:480px){#toast-container>div{padding:8px 8px 8px 50px;width:18em}#toast-container .toast-close-button{right:-0.2em;top:-0.2em}}@media all and (min-width:481px) and (max-width:768px){#toast-container>div{padding:15px 15px 15px 42px;width:25em}}

#toast-container > .toast:before {
    position: relative;
    font-family: FontAwesome;
    font-size: 20px;
    line-height: 100%;
    float: left;
    margin-left: -1.5em;
    color: #FFF;
}
#toast-container > .toast-warning:before {
    content: "\f06a";
}
#toast-container > .toast-error:before {
    content: "\f071";
}
#toast-container > .toast-info:before {
    content: "\f05a";
}
#toast-container > .toast-success:before {
    content: "\f00c";
}


/**************************************************
*  End Toastr CSS
*/

 /* Fine Uploader
-------------------------------------------------- */

 .qq-uploader{position:relative;width:100%}
 .qq-upload-button{display:block;width:105px;padding:7px 0;text-align:center;background:#800;border-bottom:1px solid #DDD;color:#FFF}
 .qq-upload-button-hover{/*background:#c00*/}
 .qq-upload-button-focus{outline:1px dotted #000}
 .qq-upload-drop-area,.qq-upload-extra-drop-area{position:absolute;top:0;left:0;width:100%;height:100%;min-height:30px;z-index:2;background:#FF9797;text-align:center}
 .qq-upload-drop-area span{display:block;position:absolute;top:50%;width:100%;margin-top:-8px;font-size:16px}
 .qq-upload-extra-drop-area{position:relative;margin-top:50px;font-size:16px;padding-top:30px;height:20px;min-height:40px}
 .qq-upload-drop-area-active{background:#FF7171}
 .qq-upload-list{margin:0;padding:0;list-style:none}
 .qq-upload-list li{margin:0;padding:9px;line-height:15px;font-size:16px;background-color:#FFF0BD}
 .qq-upload-file,.qq-upload-spinner,.qq-upload-size,.qq-upload-cancel,.qq-upload-retry,.qq-upload-failed-text,.qq-upload-finished{margin-right:12px}
 .qq-upload-spinner{display:inline-block;background:url("../img/loading.gif");width:15px;height:15px;vertical-align:text-bottom}
 .qq-drop-processing{display:none}
 .qq-drop-processing-spinner{display:inline-block;background:url("../img/processing.gif");width:24px;height:24px;vertical-align:text-bottom}
 .qq-upload-finished{display:none;width:15px;height:15px;vertical-align:text-bottom}
 .qq-upload-retry{display:none;color:#000}
 .qq-upload-cancel{color:#000}
 .qq-upload-retryable .qq-upload-retry{display:inline}
 .qq-upload-size,.qq-upload-cancel,.qq-upload-retry{font-size:12px;font-weight:400}
 .qq-upload-failed-text{display:none;font-style:italic;font-weight:700}
 .qq-upload-failed-icon{display:none;width:15px;height:15px;vertical-align:text-bottom}
 .qq-upload-fail .qq-upload-failed-text{display:inline}
 .qq-upload-retrying .qq-upload-failed-text{display:inline;color:#D60000}
 .qq-upload-list li.qq-upload-success{background-color:#5DA30C;color:#fff}
 .qq-upload-list li.qq-upload-fail{background-color:#D60000;color:#fff}
 .qq-progress-bar{background:-moz-linear-gradient(top,rgba(30,87,153,1)0%,rgba(41,137,216,1)50%,rgba(32,124,202,1)51%,rgba(125,185,232,1)100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(30,87,153,1)),color-stop(50%,rgba(41,137,216,1)),color-stop(51%,rgba(32,124,202,1)),color-stop(100%,rgba(125,185,232,1)));background:-webkit-linear-gradient(top,rgba(30,87,153,1)0%,rgba(41,137,216,1)50%,rgba(32,124,202,1)51%,rgba(125,185,232,1)100%);background:-o-linear-gradient(top,rgba(30,87,153,1)0%,rgba(41,137,216,1)50%,rgba(32,124,202,1)51%,rgba(125,185,232,1)100%);background:-ms-linear-gradient(top,rgba(30,87,153,1)0%,rgba(41,137,216,1)50%,rgba(32,124,202,1)51%,rgba(125,185,232,1)100%);background:linear-gradient(to bottom,rgba(30,87,153,1)0%,rgba(41,137,216,1)50%,rgba(32,124,202,1)51%,rgba(125,185,232,1)100%);width:0%;height:15px;border-radius:6px;margin-bottom:3px;display:none}

.qq-upload-list {
  text-align: left;
}

/* For the bootstrapped demos */
li.alert-success {
  background-color: #DFF0D8;
}

li.alert-error {
  background-color: #F2DEDE;
}

.alert-error .qq-upload-failed-text {
  display: inline;
}

/*****************************
 Datatables Bootstrap
 *****************************/

div.dataTables_length label {
	float: left;
	text-align: left;
}

div.dataTables_length select {
	width: 75px;
}

div.dataTables_filter label {
	float: right;
}

div.dataTables_info {
	padding-top: 5px;
    font-size: 12px;
    color: #666;
}

div.dataTables_paginate {
	float: right;
	margin: 0;
}

table.table {
/*	clear: both;*/
	margin-bottom: 6px;
	/*max-width: none !important;*/
}

table.table thead .sorting,
table.table thead .sorting_asc,
table.table thead .sorting_desc,
table.table thead .sorting_asc_disabled,
table.table thead .sorting_desc_disabled {
	cursor: pointer;
	*cursor: hand;
}

table.table thead .sorting { background: url('../img/sort_both.png') no-repeat center right; }
table.table thead .sorting_asc { background: url('../img/sort_asc.png') no-repeat center right; }
table.table thead .sorting_desc { background: url('../img/sort_desc.png') no-repeat center right; }

table.table thead .sorting_asc_disabled { background: url('../img/sort_asc_disabled.png') no-repeat center right; }
table.table thead .sorting_desc_disabled { background: url('../img/sort_desc_disabled.png') no-repeat center right; }

table.dataTable th:active {
	outline: none;
}

/* Scrolling */
div.dataTables_scrollHead table {
	margin-bottom: 0 !important;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

div.dataTables_scrollHead table thead tr:last-child th:first-child,
div.dataTables_scrollHead table thead tr:last-child td:first-child {
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

div.dataTables_scrollBody table {
	border-top: none;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

div.dataTables_scrollBody tbody tr:first-child th,
div.dataTables_scrollBody tbody tr:first-child td {
	border-top: none;
}

div.dataTables_scrollFoot table {
	margin-top: 0 !important;
	border-top: none;
}

.table th.text-center, .table td.text-center {
  text-align: center;
}

.modal-dt-wrap .table th {
  padding: 6px 8px;
}

.modal-dt-wrap .table td {
  padding: 7px 8px;
}

.modal-dt-wrap table.table {
  margin-bottom: 0;
}

.modal-dt-wrap table thead {
  background-color: #efefef;
  border-top: 1px solid #ddd;
  color: #666;
}

.modal-dt-head {
  padding: 0 15px 4px;
}

.modal-dt-tail {
  padding: 8px 10px 5px;
  border-top: 1px solid #ddd;
}

.modal-dt-head input[type="search"] {
  height: 18px;
  margin-left: 5px;
}

.table td.dataTables_empty {
  text-align: center;
}

.table input[type="radio"], .table input[type="checkbox"] {
  margin-top: 0;
  vertical-align: baseline;
}

.total-sel-mods, .total-sel-res {
  float: left;
  padding-top: 4px;
  color: #666;
}

.total-sel-comp {
  float: left;
}

/*!
 * Datetimepicker for Bootstrap v3
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget{top:0;left:0;width:250px;padding:4px;margin-top:1px;z-index:99999!important;border-radius:4px}.bootstrap-datetimepicker-widget.timepicker-sbs{width:600px}.bootstrap-datetimepicker-widget.bottom:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #ccc;border-bottom-color:rgba(0,0,0,0.2);position:absolute;top:-7px;left:7px}.bootstrap-datetimepicker-widget.bottom:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid white;position:absolute;top:-6px;left:8px}.bootstrap-datetimepicker-widget.top:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-top:7px solid #ccc;border-top-color:rgba(0,0,0,0.2);position:absolute;bottom:-7px;left:6px}.bootstrap-datetimepicker-widget.top:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid white;position:absolute;bottom:-6px;left:7px}.bootstrap-datetimepicker-widget .dow{width:14.2857%}.bootstrap-datetimepicker-widget.pull-right:before{left:auto;right:6px}.bootstrap-datetimepicker-widget.pull-right:after{left:auto;right:7px}.bootstrap-datetimepicker-widget>ul{list-style-type:none;margin:0}.bootstrap-datetimepicker-widget a[data-action]{padding:6px 0}.bootstrap-datetimepicker-widget .timepicker-hour,.bootstrap-datetimepicker-widget .timepicker-minute,.bootstrap-datetimepicker-widget .timepicker-second{width:100%;font-weight:bold;font-size:18px;margin:0}.bootstrap-datetimepicker-widget button[data-action]{padding:6px}.bootstrap-datetimepicker-widget table[data-hour-format="12"] .separator{width:4px;padding:0;margin:0}.bootstrap-datetimepicker-widget .datepicker>div{display:none}.bootstrap-datetimepicker-widget .picker-switch{text-align:center}.bootstrap-datetimepicker-widget table{width:100%;margin:0}.bootstrap-datetimepicker-widget td,.bootstrap-datetimepicker-widget th{text-align:center;border-radius:4px}.bootstrap-datetimepicker-widget td{height:54px;line-height:54px;width:54px}.bootstrap-datetimepicker-widget td.day{height:20px;line-height:20px;width:20px}.bootstrap-datetimepicker-widget td.day:hover,.bootstrap-datetimepicker-widget td.hour:hover,.bootstrap-datetimepicker-widget td.minute:hover,.bootstrap-datetimepicker-widget td.second:hover{background:#eee;cursor:pointer}.bootstrap-datetimepicker-widget td.old,.bootstrap-datetimepicker-widget td.new{color:#999}.bootstrap-datetimepicker-widget td.today{position:relative}.bootstrap-datetimepicker-widget td.today:before{content:'';display:inline-block;border-left:7px solid transparent;border-bottom:7px solid #428bca;border-top-color:rgba(0,0,0,0.2);position:absolute;bottom:4px;right:4px}.bootstrap-datetimepicker-widget td.active,.bootstrap-datetimepicker-widget td.active:hover{background-color:#428bca;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25)}.bootstrap-datetimepicker-widget td.active.today:before{border-bottom-color:#fff}.bootstrap-datetimepicker-widget td.disabled,.bootstrap-datetimepicker-widget td.disabled:hover{background:0;color:#999;cursor:not-allowed}.bootstrap-datetimepicker-widget td span{display:block;width:47px;height:54px;line-height:54px;float:left;margin:2px 1.5px;cursor:pointer;border-radius:4px;font-size:14px;font-weight:bold}.bootstrap-datetimepicker-widget td span:hover{background:#eee;color:#444}.bootstrap-datetimepicker-widget td span.active{background-color:#428bca;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25)}.bootstrap-datetimepicker-widget td span.old{color:#999}.bootstrap-datetimepicker-widget td span.disabled,.bootstrap-datetimepicker-widget td span.disabled:hover{background:0;color:#999;cursor:not-allowed}.bootstrap-datetimepicker-widget th{height:20px;line-height:20px;width:20px}.bootstrap-datetimepicker-widget th.switch{width:145px}.bootstrap-datetimepicker-widget th.next,.bootstrap-datetimepicker-widget th.prev{font-size:21px}.bootstrap-datetimepicker-widget th.disabled,.bootstrap-datetimepicker-widget th.disabled:hover{background:0;color:#999;cursor:not-allowed}.bootstrap-datetimepicker-widget thead tr:first-child th{cursor:pointer}.bootstrap-datetimepicker-widget thead tr:first-child th:hover{background:#eee}.input-group.date .input-group-addon span{display:block;cursor:pointer;width:16px;height:16px}.bootstrap-datetimepicker-widget.left-oriented:before{left:auto;right:6px}.bootstrap-datetimepicker-widget.left-oriented:after{left:auto;right:7px}.bootstrap-datetimepicker-widget ul.list-unstyled li div.timepicker div.timepicker-picker table.table-condensed tbody>tr>td{padding:0!important}@media screen and (max-width:767px){.bootstrap-datetimepicker-widget.timepicker-sbs{width:283px}}.bootstrap-datetimepicker-widget .picker-switch .btn{padding-left:0;padding-right:0;border-width:0;background:0 none;color:#428bca;font-size:16px;box-shadow:none}.timepicker a[data-action]{background:0 none;color:#428bca;box-shadow:none;border:0;padding:6px 12px}.timepicker button[data-action="togglePeriod"]{background:#428bca;color:#fff}.timepicker button[data-action="togglePeriod"]:hover{background:#3276b1}.bootstrap-datetimepicker-widget .accordion-toggle .btn:hover{color:#444;background-color:#eee}


 #text-editor {
  width: 98%;
  height: 280px;
}

#wysihtml5-link-wrap {
  padding: 5px;
  border: 1px solid #ddd;
  margin-bottom: 5px;
}

#wysihtml5-link-input {
  margin: 0 10px 0 5px;
  width: 300px;
  padding: 3px 5px;

}

/* WYSIHTML5 CSS */
ul.wysihtml5-toolbar {
	margin: 0;
	padding: 0;
	display: block;
}

ul.wysihtml5-toolbar::after {
	clear: both;
	display: table;
	content: "";
}

ul.wysihtml5-toolbar > li {
	float: left;
	display: list-item;
	list-style: none;
	margin: 0 5px 10px 0;
}

ul.wysihtml5-toolbar a[data-wysihtml5-command=bold] {
	font-weight: bold;
}

ul.wysihtml5-toolbar a[data-wysihtml5-command=italic] {
	font-style: italic;
}

ul.wysihtml5-toolbar a[data-wysihtml5-command=underline] {
	text-decoration: underline;
}

ul.wysihtml5-toolbar a.btn.wysihtml5-command-active {
	background-image: none;
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),0 1px 2px rgba(0, 0, 0, 0.05);
	background-color: #E6E6E6;
	background-color: #D9D9D9;
	outline: 0;
}

ul.wysihtml5-commands-disabled .dropdown-menu {
	display: none !important;
}

ul.wysihtml5-toolbar div.wysihtml5-colors {
  display:block;
  width: 50px;
  height: 20px;
  margin-top: 2px;
  margin-left: 5px;
  position: absolute;
  pointer-events: none;
}

ul.wysihtml5-toolbar a.wysihtml5-colors-title {
  padding-left: 70px;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="black"] {
  background: black !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="silver"] {
  background: silver !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="gray"] {
  background: gray !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="maroon"] {
  background: maroon !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="red"] {
  background: red !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="purple"] {
  background: purple !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="green"] {
  background: green !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="olive"] {
  background: olive !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="navy"] {
  background: navy !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="blue"] {
  background: blue !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="orange"] {
  background: orange !important;
}

