/*csslint unqualified-attributes:false, overqualified-elements:false*/
.clear {
  clear: both;
}
#top-logo {
  float: left;
  width: 500px;
  margin: 4px 0 0;
  border: 0 none;
  font-size: 20px;
}
#top-menu {
  padding: 12px 2px 0;
  font-size: 80%;
  text-align: right;
}
#options {
  margin-right: 8px;
}
#options ul {
  margin: 0;
  list-style: none outside none;
}
#options ul > li {
  display: inline;
  margin-left: 3px;
  white-space: nowrap;
}
#options a {
  font-weight: bold;
}
#topLevelContent {
  margin: 0;
  padding: 6px 10px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  #topLevelContent {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.copyright {
  font-size: 80%;
}
.dashboard-menu {
  padding: 4px 0;
}
h1,
h2,
h3 {
  color: #444;
  border-bottom: 1px solid #bbb;
}
h1 {
  font-size: 20px;
}
h2 {
  font-size: 18px;
}
h3 {
  font-size: 16px;
}
.modal-header h3 {
  border-bottom: none 1px;
}
.breadcrumb-container {
  margin: 4px 0 0;
}
.table thead th {
  white-space: nowrap;
}
hr {
  width: 100%;
  height: 1px;
  background: #ccc;
  border: 0;
}
.rightalign {
  text-align: right !important;
}
.centeralign {
  text-align: center !important;
}
.leftalign {
  text-align: left !important;
}
.dummy-textarea {
  margin: 0 0 9px;
  display: inline-block;
  height: auto;
  padding: 4px 6px;
  cursor: not-allowed;
  color: #555555;
  background-color: #eeeeee;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  vertical-align: top;
  overflow: auto;
  border: 1px solid #cccccc;
  border-radius: 3px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
.dummy-textarea:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
.dummy-textarea:-moz-placeholder {
  color: #999999;
}
.dummy-textarea:-ms-input-placeholder {
  color: #999999;
}
.form-search .dummy-textarea,
.form-inline .dummy-textarea,
.form-horizontal {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-horizontal .dummy-textarea + .help-block {
  margin-top: 10px;
}
.row1 {
  min-height: 37px;
  max-height: 37px;
}
.row2 {
  min-height: 37px;
  max-height: 57px;
}
.row3 {
  min-height: 37px;
  max-height: 77px;
}
.row4 {
  min-height: 37px;
  max-height: 97px;
}
.row5 {
  min-height: 37px;
  max-height: 117px;
}
.row6 {
  min-height: 37px;
  max-height: 137px;
}
.row7 {
  min-height: 37px;
  max-height: 157px;
}
.row8 {
  min-height: 37px;
  max-height: 177px;
}
.row9 {
  min-height: 37px;
  max-height: 197px;
}
.error_list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #ff0000;
}
.error_list > li {
  margin: 0;
  padding: 0;
}
.checkbox_list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.checkbox_list > li {
  margin: 0;
  padding: 0;
}
.pager_navigation {
  margin-left: auto;
  margin-right: auto;
}
.pager_navigation span {
  border: 1px solid #ddd;
  padding: 5px;
}
.pager_navigation .current_page {
  background-color: #ddd;
}
.relation_list td {
  margin: 0;
  padding: 0 !important;
}
.relation_list_buttons {
  margin-top: 2em;
  margin-right: 1em;
  margin-left: 1em;
}
.relation_list_buttons button {
  margin-right: 1em;
  margin-left: 1em;
}
.relation_list_select {
  width: 200px;
}
.edit,
.list,
.filter {
  background-color: #fff;
  border-spacing: 0;
}
.edit td,
.list td,
.filter td,
.edit th,
.list th,
.filter th {
  padding: 3px 5px;
  white-space: normal;
}
.edit th,
.list th,
.filter th {
  white-space: nowrap;
}
.edit tbody th {
  vertical-align: top;
  text-align: right;
  font-weight: bold;
}
.edit tbody th .help {
  color: #666666;
  font-size: 11px;
  font-weight: normal !important;
  cursor: help;
}
.edit tbody th .error_list {
  font-size: 11px;
}
.edit tbody th .checkbox_list label {
  font-size: 11px;
}
table.list {
  border: 1px solid #E4E4E4;
  border-collapse: collapse;
}
table.list thead th {
  text-align: left;
  color: #fff;
  background-color: #666;
}
table.list thead th a {
  color: #fff;
}
table.list tbody th {
  text-align: left;
}
table.list tbody td {
  border-width: 1px 0;
  border-style: solid;
  border-color: #E4E4E4;
  white-space: nowrap;
  vertical-align: top;
}
table.list tbody td.wrap {
  white-space: normal;
}
table.list tbody td .small {
  display: block;
  font-size: .5em;
}
table.filter {
  border: 1px solid #E4E4E4;
  border-collapse: collapse;
}
table.filter caption {
  text-align: left;
  font-weight: bold;
  margin: 2px;
  font-size: 90%;
}
table.filter tbody td {
  border-width: 1px 0;
  border-style: solid;
  border-color: #E4E4E4;
}
table.filter tbody td .small {
  display: block;
  font-size: .5em;
}
table.filter thead th {
  text-align: left;
  color: #fff;
  background-color: #546ba3;
}
table tr.stripe-light {
  background-color: #fff;
}
table tr.stripe-dark {
  background-color: #eef4f9;
}
table tr.stripe-false td {
  background-color: #797979 !important;
  color: #a9a9a9;
}
table tr.stripe-false td > a {
  color: #00456f;
}
.form-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1020;
  margin-bottom: 0;
  display: block;
}
.form-fixed-bottom .inner {
  border: 0;
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1), 0 -1px 10px rgba(0, 0, 0, 0.1);
  padding: 15px 80px 2px 80px;
  min-height: 40px;
  background-color: #fafafa;
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff',  endColorstr='#fff2f2f2',  GradientType=0);
}
.form-fixed-bottom-inverse {
  color: #999999;
}
.form-fixed-bottom-inverse .nav > .active > a > [class^="icon-"],
.form-fixed-bottom-inverse .nav > .active > a > [class*="icon-"] {
  background-image: url("../img/glyphicons-halflings-white.png");
}
.form-fixed-bottom-inverse .inner {
  background-color: #1b1b1b;
  background-image: linear-gradient(to bottom, #555555, #111111);
  background-repeat: repeat-x;
  border-color: #252525;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
}
.thumb-handle {
  background: #666;
  color: #fff;
  cursor: move;
  display: block;
  margin-bottom: 2px;
  overflow: hidden;
  padding-left: 4px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.thumb-handle--image {
  display: block;
  max-height: 300px;
  min-height: 80px;
  overflow: hidden;
}
.thumb-caption--label {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.article-image > li {
  margin: 10px 0;
  margin-left: 0 !important;
  margin-right: 1.127659574468085%;
}
@media screen and (min-width: 1200px) {
  .article-image > li {
    margin-right: 1.564102564102564%;
  }
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  .article-image > li {
    margin-right: 1.7624309392265194%;
  }
}
@media screen and (max-width: 767px) {
  .article-image > li {
    margin-right: 0;
  }
}
.row-fluid .thumb-placeholder {
  background: #f2fbff;
  border: 1px dashed #b6bcbf;
  box-sizing: border-box;
}
.row-fluid li[class*="span3"] .thumbnail {
  min-height: 180px;
}
.row-fluid .thumbnails > li.row-head {
  margin-left: 0;
}
.dd,
.dd-list,
.dd-item,
.dd-empty,
.dd-placeholder {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
}
.dd,
.dd-list {
  list-style: none outside none;
}
.dd-collapsed .dd-list {
  display: none;
}
.dd-item,
.dd-empty,
.dd-placeholder {
  min-height: 20px;
}
.dd-item {
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #333;
  display: block;
  min-height: 40px;
  margin: 2px 0;
  padding: 1px 10px;
  text-decoration: none;
}
.dd-item .clearfix {
  margin: 4px 4px 0;
  list-style: none outside none;
}
.dd-meta {
  margin: 4px 4px 2px;
  min-height: 20px;
  display: block;
}
.dd-placeholder,
.dd-empty {
  margin: 5px 0;
  padding: 0;
  min-height: 20px;
  background: #f2fbff;
  border: 1px dashed #b6bcbf;
  border-radius: 3px;
  box-sizing: border-box;
}
.ui-sortable-helper {
  box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
}
.thumbnail {
  background-color: #fff;
}
.thumbnail > h3,
.thumbnail .caption > p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.thumbnail > h3 {
  border: none;
  font-size: 14px;
  line-height: 1.2;
  margin: 2px 0;
}
.thumbnail > p {
  border: 1px solid #cfcfcf;
  border-radius: 4px;
  font-size: 12px;
  line-height: 1.3;
  margin-bottom: 0;
  overflow: auto;
  padding: 1px 3px;
}
.thumbnail > p:not(.muted) {
  min-height: 8ex;
}
.thumbnail > p.muted {
  min-height: 1ex;
}
.thumbnail > a > img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.thumbnail .caption > p {
  font-size: 12px;
  line-height: 1.1;
}
.thumbnail .caption textarea {
  width: 90%;
  font-size: 90%;
}
.thumbnail .control-group {
  margin-bottom: 0;
}
.provider-article {
  color: blue;
}
.provider-article-delete {
  color: red;
}
.provider-article-auto-published {
  color: green;
}
.left-menu {
  font-size: 13px;
  padding-left: 2px;
  padding-right: 2px;
}
.left-menu > li > a,
.left-menu .nav-header {
  margin-left: -2px;
  margin-right: -2px;
  padding: 3px 10px;
}
.left-menu .nav-header {
  font-size: 13px;
}
.border-box {
  margin-bottom: 20px;
  border: 1px solid #ddd;
  border-radius: 6px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.border-box > address,
.border-box > blockquote,
.border-box > del,
.border-box > div,
.border-box > dl,
.border-box > fieldset,
.border-box > figure,
.border-box > footer,
.border-box > form,
.border-box > h1,
.border-box > h2,
.border-box > h3,
.border-box > h4,
.border-box > h5,
.border-box > h6,
.border-box > header,
.border-box > hr,
.border-box > iframe,
.border-box > ins,
.border-box > map,
.border-box > menu,
.border-box > ol,
.border-box > p,
.border-box > pre,
.border-box > table,
.border-box > ul {
  margin: 14px 8px;
}
.dashboard-panel {
  border: 1px #ccc solid;
  margin-bottom: 20px;
  padding: 0;
  border-radius: 4px;
}
.dashboard-panel .panel-title {
  background: #aaa;
  border-bottom: 1px #ccc solid;
  border-right: 1px #ccc solid;
  color: #fff;
  display: inline-block;
  left: -1px;
  padding: 4px 8px;
  position: relative;
  top: -1px;
  border-radius: 4px 0 4px 0;
}
.dashboard-panel .panel-body {
  margin: 10px 12px;
}
.ng-hidden {
  visibility: hidden !important;
}
.select-double-list {
  display: -ms-flexbox;
  display: flex;
}
.select-double-list select {
  width: 100%;
}
.select-double-list .list-col {
  min-width: calc((100% - 80px) / 2);
}
.select-double-list .btn-col {
  min-width: 80px;
  text-align: center;
  padding-top: 2rem;
}
.table .data-comment {
  text-align: center;
}
