/* @override 
	http://lform.local/_Webdev/__Lform/LformCms-v4/public/_assets/admin/css/adminical.css
	http://lform.local/M%20-%20N/NJ%20Center%20Sex%20Therapy/Site/2013-05-16/public/_assets/admin/css/adminical.css
*/
/* Core Admin Changes */
a.brand i {
  font-size: 1em;
  color: #758294; }

a.brand small {
  color: #3d94c0; }

.btn i {
  vertical-align: text-bottom; }

.note a {
  text-decoration: underline; }

.note a.icon {
  text-decoration: none; }

.alert a {
  text-decoration: underline; }

/* Box Addons */
.box .box-header-buttons {
  float: right;
  padding: 6px 6px 0 0; }

table.table-normal td {
  font-size: 12px; }

/* Nested Data Display */
.data-nested ul {
  margin-left: 3em;
  margin: 1.5em 0; }

.data-nested li {
  list-style-type: none;
  line-height: 1.4;
  margin: 1em 0; }

/* Tree Data Display */
.data-tree li {
  margin: 0px 0;
  list-style-type: none;
  position: relative;
  padding: 12px 0px 0px 5px; }

.data-tree li::before {
  content: '';
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  right: auto;
  left: -20px;
  border-left: 2px solid #ccc;
  bottom: 50px; }

.data-tree li::after {
  content: '';
  position: absolute;
  top: 30px;
  width: 25px;
  height: 20px;
  right: auto;
  left: -20px;
  border-top: 2px solid #ccc; }

.data-tree li a.leaf {
  display: inline-block;
  text-decoration: none;
  font-size: 11px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  color: #666;
  border: 1px solid #ddd;
  padding: 2px 12px;
  background: #f1f1f1; }

/*Remove connectors before root*/
.data-tree > ul > li::before, .data-tree > ul > li::after {
  border: 0; }

/*Remove connectors after last child*/
.data-tree li:last-child::before {
  height: 30px; }

.data-tree li a.leaf:hover, .data-tree li a:hover + ul li a.leaf {
  background: #c8e4f8;
  color: #000;
  border: 1px solid #94a0b4; }

/* Pages List */
.box.box-pages {
  background: #fff; }

.data-tree.tree-pages {
  xpadding: 15px;
  padding-right: 15px; }

.data-tree.tree-pages li.status_Hidden > span > a {
  xbackground: #fee; }

.data-tree.tree-pages li.active_0 > div a.leaf {
  border: 2px solid #f00;
  color: #999;
  background: #fee; }

.data-tree.tree-pages li .page-tools {
  display: none;
  background: #eee;
  padding: 5px;
  border-radius: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  xfloat: right; }

.data-tree.tree-pages li .page-tools a {
  font-weight: bold;
  padding: 0 10px; }

.data-tree.tree-pages li a.redirect {
  xfloat: right;
  margin-left: 2em;
  font-size: 0.8em; }

.data-tree.tree-pages li:hover > .wrap > .page-tools {
  display: inline;
  float: right; }

.data-tree.tree-pages li:hover > .wrap {
  background: #ddd; }

.data-tree.tree-pages li .wrap {
  display: block; }

.data-tree .ibutton-container {
  display: inline-block; }

.box.box-pages table.page-list-header {
  text-align: right;
  margin: 0; }

.box.box-pages table.page-list-header th {
  text-align: right;
  xwidth: 100px; }

.box.box-pages .navigations table td {
  width: 105px !important;
  text-align: right; }

.label a, .badge a {
  color: #fff; }

.label a:hover, .badge a:hover {
  text-decoration: underline; }

.data-tree.tree-pages li.status_Public .label.status {
  display: none; }

.data-tree.tree-pages li.status_Hidden .navigations {
  display: none; }

.data-tree.tree-pages li.redirect_0 .badge.redirect {
  display: none; }

.data-tree.tree-pages li .badge.redirect a {
  font-size: 0.9em; }

.data-tree.tree-pages span.type {
  xdisplay: block;
  xtext-align: center;
  line-height: 1;
  font-weight: normal;
  font-size: 0.8em;
  padding-left: 5px; }

/* Ormin List */
.table-ormin .dataTables_processing {
  position: absolute;
  text-align: center;
  background: url(../img/loading.gif) no-repeat 15px 8px;
  padding: 5px 25px;
  padding-left: 65px;
  margin-left: 40%;
  font-weight: bold;
  color: #ccc;
  background-color: #fff;
  border: 1px solid #eee;
  border-top: 0; }

.table-ormin .dataTables_processing:before {
  xpadding: 10px; }

#dataTables.table-ormin th {
  text-align: left;
  padding-left: 10px;
  font-size: 0.9em; }

table .nowrap {
  white-space: nowrap; }

.table-ormin td {
  vertical-align: top;
  font-size: 0.9em; }

.table-ormin tr.inactive td {
  background: #fee; }

.table-ormin tr td._tools {
  width: 1px;
  white-space: nowrap; }

.table-ormin tr th._tools input {
  margin: 0; }

.table-ormin tr td._tools input {
  margin-right: 25px; }

.table-ormin tr td.date {
  white-space: nowrap;
  width: 1px; }

.table-ormin tr td.image {
  white-space: nowrap;
  width: 1px; }

.table-ormin td._title {
  font-weight: bold; }

.table-ormin .table-header {
  xline-height: 3;
  xheight: 3em; }

.table-ormin .table-header label {
  xline-height: 2;
  xheight: auto;
  xline-height: 5;
  xheight: 3em; }

/* Ormin Forms */
.form-ormin textarea.textarea {
  height: 150px; }

.form-ormin input.datepicker {
  xwidth: 50%; }

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

form label.checkbox {
  margin-left: 25px; }

.help-block.language-block {
  height: 0;
  color: #aaa; }

.control-label .help-block.language-block {
  position: relative;
  top: -0.75em; }

.help-block.language-block + .help-block.field-annotation {
  margin-top: 1em; }

.language-block-inline {
  position: absolute;
  display: block;
  width: 150px;
  margin-left: -170px;
  text-align: right;
  font-size: 0.8em;
  color: #aaa; }

form input + .help-block.field-annotation,
form select + .help-block.field-annotation,
form textarea + .help-block.field-annotation,
form .selector + .help-block.field-annotation {
  margin-top: 0.25em; }

.help-block.field-annotation,
.help-area {
  margin-top: 0.2em;
  margin-bottom: 0.5em;
  color: #888;
  padding-left: 15px;
  line-height: 1.3; }
  .help-block.field-annotation:before,
  .help-area:before {
    font-family: FontAwesome;
    content: '\f05a\0020';
    font-size: 0.8rem;
    color: #f4a700;
    position: absolute;
    margin-left: -15px;
    margin-top: 0.1em; }

.help-area {
  margin-top: 0.1em;
  margin-bottom: 0.5em;
  font-size: 0.7rem; }
  .help-area:before {
    margin-top: 0; }

.info-area {
  margin: 0.5em 0;
  color: #888;
  line-height: 1.5;
  font-size: 0.7rem; }

textarea + .help-block.field-annotation {
  margin-top: 5px; }

form .image-preview {
  margin: 0.5em 0; }
  form .image-preview img {
    max-height: 100px;
    max-width: 700px; }

.mce-tinymce.mce-container html {
  overflow-y: visible !important; }

/* Ormin Reordering */
body.dragging, body.dragging * {
  cursor: move !important; }

.ormin-reorder .dragged {
  position: absolute;
  opacity: 0.5;
  z-index: 2000; }

.ormin-reorder ol li.placeholder {
  position: relative;
  /** More li styles **/ }

.ormin-reorder ol li.placeholder:before {
  position: absolute;
  /** Define arrowhead **/
  font-family: "FontAwesome";
  content: '\f101'; }

.ormin-reorder ol {
  padding: 20px 50px; }

.ormin-reorder li {
  font-size: 1rem;
  margin-bottom: 0.5em;
  background: #fff;
  padding: 3px; }
  .ormin-reorder li li {
    font-size: 0.9em; }
  .ormin-reorder li a {
    cursor: move; }

.ormin-reorder li .helper {
  cursor: move; }

/* Alerts */
.alert a.link {
  text-decoration: none;
  color: inherit; }

.primary-sidebar .alert {
  margin-left: 0.5em;
  margin-right: 0.5em; }

/* Pages List / Admin */
.table-pages .page-spacer {
  display: inline-block;
  width: 3em; }

.table-pages .main-info {
  display: inline-block; }

.table-pages .page-name {
  xfont-weight: bold; }

.table-pages .page-url i {
  margin-top: 5px; }

.table-pages .page-url a {
  color: #aaa; }

.table-pages .page-url {
  color: #aaa; }

.table-pages .page-url i {
  position: relative;
  top: 2px; }

.table-pages .page-controller {
  color: #999;
  font-size: 0.9em; }

/* Form Adjustments */
.form-horizontal .control-group .datum {
  line-height: 1.5;
  padding-top: 5px; }

/* Form Store */
.formstore .control-group label {
  font-weight: bold; }

/* Pages Reorder */
body .recursive-reorder {
  padding: 25px; }

.recursive-reorder ul {
  margin: 0 0 9px 0; }

.recursive-reorder li {
  xbackground: #eee;
  padding: 3px;
  padding-left: 10px;
  border: 1px dotted #ccc;
  border-left: 2px solid #aaa;
  xborder-bottom: 1px dotted #aaa;
  margin: 5px;
  list-style-type: none;
  font-weight: bold;
  cursor: move; }

.recursive-reorder li i {
  color: #ccc; }

/* Sidebar fix */
.primary-sidebar .accordion-toggle .open {
  display: inline; }

.primary-sidebar .accordion-toggle.collapsed .open {
  display: none; }

.primary-sidebar .accordion-toggle .closed {
  display: none; }

.primary-sidebar .accordion-toggle.collapsed .closed {
  display: inline; }

.primary-sidebar select {
  max-width: 100%;
  font-size: 1em; }

.primary-sidebar .no-link {
  padding: 5px 10px; }
  .primary-sidebar .no-link label {
    color: white;
    font-size: 1.1em; }

.primary-sidebar .nav li a.btn {
  padding: inherit;
  color: white; }
  .primary-sidebar .nav li a.btn:hover {
    background: green; }

._module {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px dotted #d1d1d1; }

.mox-btn {
  position: absolute;
  padding: 2px 3px;
  margin: 3px 0;
  margin-left: -26px;
  line-height: 1; }

/* Dashboard */
.dashboard-header .sparkline-row {
  margin-left: 1.5em; }

.control-static {
  line-height: 2.5; }

.dd {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
  line-height: 20px; }

.dd-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none; }

.dd-list .dd-list {
  padding-left: 30px; }

.dd-collapsed .dd-list {
  display: none; }

.dd-item,
.dd-empty,
.dd-placeholder {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 20px;
  font-size: 13px;
  line-height: 20px; }

.dd-handle:hover {
  color: #2ea8e5;
  background: #fff; }

.dd-item > button {
  display: block;
  position: relative;
  cursor: pointer;
  float: left;
  width: 25px;
  height: 20px;
  margin: 5px 0;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  background: transparent;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  font-weight: bold; }

.dd-item > button:before {
  content: '+';
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  text-indent: 0; }

.dd-item > button[data-action="collapse"]:before {
  content: '-'; }

.dd-placeholder,
.dd-empty {
  margin: 5px 0;
  padding: 0;
  min-height: 30px;
  background: #f2fbff;
  border: 1px dashed #b6bcbf;
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

.dd-empty {
  border: 1px dashed #bbb;
  min-height: 100px;
  background-color: #e5e5e5;
  background-image: -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
  background-image: -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
  background-image: linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
  background-size: 60px 60px;
  background-position: 0 0, 30px 30px; }

.dd-dragel {
  position: absolute;
  pointer-events: none;
  z-index: 9999; }

.dd-dragel > .dd-item .dd-handle {
  margin-top: 0; }

.dd-dragel .dd-handle {
  -webkit-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1); }

/*# sourceMappingURL=adminical.css.map */
