 /***/
/* HTML
/***/
body {
  background-color: transparent;
}

ul.list-columns {
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
  column-count: 2;
  column-gap: 20px;
}

ul.list-columns-2 {
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
  column-count: 2;
  column-gap: 20px;
}

ul.list-columns-3 {
  -moz-column-count: 3;
  -moz-column-gap: 20px;
  -webkit-column-count: 3;
  -webkit-column-gap: 20px;
  column-count: 3;
  column-gap: 20px;
}

ul.list-columns-4 {
  -moz-column-count: 4;
  -moz-column-gap: 20px;
  -webkit-column-count: 4;
  -webkit-column-gap: 20px;
  column-count: 4;
  column-gap: 20px;
}

/***/
/* TABS
/***/
.qurs-tabs-wrapper {
  margin-top: 10px;
  border-bottom: 1px solid #ccc;
}

.qurs-tabs-wrapper ul.qurs-tabs {
  position: relative;
  top: 1px;
  margin: 0 0 0 5px;
  padding: 0;
  list-style: none;
}

.qurs-tabs-wrapper ul.qurs-tabs li.qurs-tab {
  display: inline-block;
  margin: 0;
  padding: 5px 0px;
  background-color: #e8e8e8;
  border: 1px solid #ccc;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  z-index: 999;
}

.qurs-tabs-wrapper ul.qurs-tabs li.qurs-tab a.qurs-tab-link {
  margin: 0 10px;
  padding: 0;
  color: #999;
  font-size: 14px;
  font-weight: bold;
  text-shadow: 1px 1px 5px #ccc;
  text-decoration: none;
  text-transform: uppercase;
}

.qurs-tabs-wrapper ul.qurs-tabs li.qurs-tab a.tab-link:hover {
}

.qurs-tabs-wrapper ul.qurs-tabs li.qurs-tab.selected-tab {
  background-color: #fff;
  border-bottom: 1px solid #fff;
}

.qurs-tabs-wrapper ul.qurs-tabs li.qurs-tab.selected-tab a.qurs-tab-link {
  color: #ff0000;
  background-color: #fff;
  border-bottom: 1px solid #fff;
}

/***/
/* CUSTOM
/***/
.qurs-admin-wrapper {
  margin-top: 20px;
}

.qurs-content-wrapper {
  width: 100%;
  margin: 0 0 0 0;
  padding: 20px;
  background-color: #fff;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.qurs-content {
  display: none;
}

.qurs-content.selected-content {
  display: block;
}

.add-row td {
  color: #31708f !important;
  background-color: #d9edf7 !important;
  background-image: linear-gradient(
    to bottom,
    #d9edf7 0px,
    #b9def0 100%
  ) !important;
  background-repeat: repeat-x !important;
  border-color: #9acfea !important;
}

.edit-row td {
  color: #8a6d3b !important;
  background-color: #fcf8e3 !important;
  background-image: linear-gradient(
    to bottom,
    #fcf8e3 0px,
    #f8efc0 100%
  ) !important;
  background-repeat: repeat-x !important;
  border-color: #f5e79e !important;
}

.delete-row td {
  color: #a94442 !important;
  background-color: #f2dede !important;
  background-image: linear-gradient(
    to bottom,
    #f2dede 0px,
    #e7c3c3 100%
  ) !important;
  background-repeat: repeat-x !important;
  border-color: #dca7a7 !important;
}

.save-row td {
  color: #3c763d !important;
  background-color: #dff0d8 !important;
  background-image: linear-gradient(
    to bottom,
    #dff0d8 0px,
    #c8e5bc 100%
  ) !important;
  background-repeat: repeat-x !important;
  border-color: #b2dba1 !important;
}

.alert-danger.disabled,
.alert-success.disabled {
  background-color: #eee !important;
  border-color: #ccc !important;
  color: #666 !important;
}

.view {
  padding: 0 10px;
}

.view,
.edit {
  display: none;
}

.edit.on,
.view.on {
  display: inline-block;
}

.edit.fill.on {
  display: inline;
}

.qurs-error {
  margin-top: 6px;
  color: #a94442;
}

.section-block {
  margin: 10px 0;
  padding: 0 10px 10px 10px;
  border: 1px solid #c8c8c8;
  border-radius: 10px;
}

.section-block-title {
  margin: 10px 0;
  padding: 0;
}

#qurs-opportunity-details .tall-textfield {
  height: 400px !important;
}

/*
#qurs-opportunity-actions,
#qurs-contact-actions {
    position: fixed;
    top: 160px;
    right: 20px;
    z-index: 99;
}
*/

.scroll-top {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Fixed/sticky position */
  bottom: 40px;
  /* Place the button at the bottom of the page */
  right: 35px;
  /* Place the button 30px from the right */
  z-index: 99;
  /* Make sure it does not overlap */
}

.pagination {
  margin: 10px 0;
}

/***/
/* COLUMNS
/***/
.column {
  display: inline-block;
  float: left;
  margin: 0;
  padding-right: 20px;
  border-right: 1px dotted #ccc;
}

.one-third-column {
  width: 33%;
}

.two-thirds-column {
  width: 66%;
}

.half-column {
  width: 50%;
}

.column-first,
.column:first-child {
  padding-left: 0;
}

.column-last,
.column:last-child {
  float: right;
  padding-right: 0;
  border-right: none;
}

/***/
/* DATEPICKER OVERRIDES
/***/
.ui-datepicker-prev,
.ui-datepicker-next {
  display: none;
}

/***/
/* BOOTSTRAP OVERRIDES
/***/
* {
  box-sizing: inherit;
}

select.form-control {
  height: 34px;
}

.table {
  margin-bottom: 0;
}

.container {
  width: 960px;
}

.split-box.row {
  margin-left: 0;
  margin-right: 0;
}

.split-box .form-group {
  line-height: 35px;
}

.split-box .form-group:first-child {
  float: left;
}

.split-box .form-group:first-child label {
  margin-right: 20px;
}

.split-box .form-group:last-child {
  float: right;
}

.split-box .form-control {
  width: 100px;
}

.nav > li > a {
  padding: 0;
}

.form-inline .table .form-control {
  width: 100%;
}

.alert {
  margin-top: 20px;
  margin-bottom: 0;
  text-align: center;
}

/***/
/* MEDIA
/***/
@media (min-width: 768px) {
  .modal-dialog {
    width: 70%;
    margin: 30px auto;
  }
}

@media (min-width: 960px) {
  .modal-dialog {
    width: 60%;
    margin: 30px auto;
  }

  ul.list-columns {
    -moz-column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    column-count: 3;
    column-gap: 20px;
  }
}

@media (min-width: 1280px) {
  .modal-dialog {
    width: 70%;
    margin: 30px auto;
  }

  ul.list-columns {
    -moz-column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    column-count: 3;
    column-gap: 20px;
  }
}

@media (min-width: 1600px) {
  .modal-dialog {
    width: 80%;
    margin: 30px auto;
  }

  ul.list-columns {
    -moz-column-count: 4;
    -moz-column-gap: 20px;
    -webkit-column-count: 4;
    -webkit-column-gap: 20px;
    column-count: 4;
    column-gap: 20px;
  }
}
