html,
body {
    background-color: #e6e6e6;
}
body.popup-template {
    background-color: #fff;
}
.sub-header {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}



/*
 *  OVERRIDES & ADDITIONAL BASE STYLES
 * --------------------------------------------------
 */
h1,
.h1 {
  font-size: 34px;
}
h2,
.h2 {
  font-size: 28px;
}
h3,
.h3 {
  font-size: 22px;
}
mark.mark-danger,
.mark.mark-danger {
    color: #fff;
    background-color: #d9534f;
    padding: .2em 0;
}
/*
pre.code {
    color: #c7254e;
    background-color: #f9f2f4;
    border-color: #E5C9D0;
}
*/
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  opacity: 0.40;
  filter: alpha(opacity=40);
}
.navbar-toggle.toggle-ellipse {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 20px;
    line-height: 1;
}
.navbar-toggle .icon-dot {
    display: block;
    float: left;
    width: 5px;
    height: 5px;
    background-color: #888888;
    border-radius: 50%;
}
.navbar-toggle:hover .icon-dot,
.navbar-toggle:focus .icon-dot {
    background-color: #888888;
}
.navbar-toggle .icon-dot + .icon-dot {
    margin-left: 4px;
}
.navbar-toggle .fa {
    color: #fff;
}
.navbar-toggle.toggle-sidebar {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 9px 10px;
    background-color: #f5f5f5;
}
.navbar-toggle.toggle-sidebar .glyphicon {
    margin-left: 5px;
}
.navbar-toggle.toggle-sidebar .glyphicon-chevron-left {
    display: none;
}
.navbar-toggle.toggle-sidebar .glyphicon-chevron-right {
    display: inline-block;
}
.navbar-toggle.toggle-sidebar.collapsed .glyphicon-chevron-left {
    display: inline-block;
}
.navbar-toggle.toggle-sidebar.collapsed .glyphicon-chevron-right {
    display: none;
}
.navbar-toggle.toggle-user {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 9px 10px;
    background-color: #f5f5f5;
}
.navbar-toggle.toggle-user .glyphicon {
    margin-left: 5px;
}
.navbar-toggle.toggle-user .glyphicon-chevron-down {
    display: none;
}
.navbar-toggle.toggle-user .glyphicon-chevron-up {
    display: inline-block;
}
.navbar-toggle.toggle-user.collapsed .glyphicon-chevron-down {
    display: inline-block;
}
.navbar-toggle.toggle-user.collapsed .glyphicon-chevron-up {
    display: none;
}

.form-inline.form-list-filter {
    margin-bottom: 20px;
}
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
}
.help-block.checkbox-help,
.help-block.radio-help {
    margin-top: 0;
    margin-left: 20px;
}
.checkbox .label-stacked,
.radio .label-stacked {
    display: block;
}
@media (max-width: 767px) {
    .multi-field .form-group-item {
        margin-bottom: 15px;
    }
    .multi-field .form-group-item:last-of-type {
        margin-bottom: 0;
    }
}
.visible-768-960 {
    display: none;
}
@media (max-width: 640px) {
    .visible-max-640 {
        display: inline;
    }
    .btn-group.delete-group {
        margin-top: 15px;
    }
}
@media (min-width: 768px) and (max-width: 960px) {
    .visible-768-960 {
        display: inline;
    }
    .btn-group.delete-group {
        margin-top: 15px;
    }
}
@media (max-width: 767px) {
    .pull-right-xs {
        float: right !important;
    }
    .pull-left-xs {
        float: left !important;
    }
    .text-right-xs {
        text-align: right;
    }
    .text-left-xs {
        text-align: left;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .pull-right-sm {
        float: right !important;
    }
    .pull-left-sm {
        float: left !important;
    }
    .text-right-sm {
        text-align: right;
    }
    .text-left-sm {
        text-align: left;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .pull-right-md {
        float: right !important;
    }
    .pull-left-md {
        float: left !important;
    }
    .text-right-md {
        text-align: right;
    }
    .text-left-md {
        text-align: left;
    }
}
@media (min-width: 1200px) {
    .pull-right-lg {
        float: right !important;
    }
    .pull-left-lg {
        float: left !important;
    }
    .text-right-lg {
        text-align: right;
    }
    .text-left-lg {
        text-align: left;
    }
}



/*
 * #site_header
 * --------------------------------------------------
 */
#site_header {
    margin-bottom: 0;
    background-color: #e6e6e6;
    border-color: #c7c7c7;
}
.navbar-brand {
    display: block;
    padding: 10px 15px;
    line-height: 30px;
}
.client-brand {
    display: block;
    padding: 5px 15px;
    line-height: 40px;
}
.client-brand img {
    height: 40px;
    width: auto;
}
@media (min-width: 768px) {
    .navbar-nav > li > a.client-brand {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}
.navbar-toggle.toggle-sidebar {
    float: left;
}
@media (max-width: 500px) {
    .navbar-toggle.toggle-sidebar {
        clear: left;
        float: left;
    }
}
/*
favorite-menu
*/
.favorite-menu li {
	position: relative;
}
.favorite-menu li a.favorite-remove-link {
	display: block;
	position: absolute;
	right: 10px;
	padding: 3px;
	top: 3px;
	background: none;
	font-size: 10px;
}
a.favorite-remove-link span {
	color: #c12e2a;
}
a.favorite-remove-link:hover span {
	color: #e66;
}
@media (max-width: 767px) {
    #nav_user .navbar-right {
        text-align: right;
    }
    .navbar-nav .open .dropdown-menu {
        background-color: #fff;
    }
    .navbar-nav .open .dropdown-menu > li > a.favorite-remove-link {
        right: 15px;
        padding: 3px;
    }
}



/*
 * #site_main
 * --------------------------------------------------
 */
#site_main {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fff;
}



/*
 * #site_nav
 * --------------------------------------------------
 */
@media (max-width: 500px) {
    #site_nav {
        top: 100px;
        left: 0;
        width: 300px;
        padding-top: 20px;
        background-color: #ccc;
        border-width: 0 1px 0 0;
    }
}
@media (min-width: 501px) and (max-width: 767px) {
    #site_nav {
        top: 50px;
        left: 0;
        width: 300px;
        padding-top: 20px;
        background-color: #ccc;
        border-width: 1px 1px 1px 0;
    }
}
@media (min-width: 768px) {
    #site_nav {
        position: static;
        width: 25%;
        border-width: 0;
    }
}
@media (min-width: 1200px) {
    #site_nav {
        width: 16.6667%;
    }
}
#site_nav #nav_sidebar .panel-group {
	margin-bottom: 20px;
}
#site_nav #nav_sidebar .panel-heading {
    padding: 0;
}
#site_nav #nav_sidebar .panel-title {
    font-size: 14px;
}
#site_nav #nav_sidebar .panel-title a {
    display: block;
    padding: 5px 10px;
    text-decoration: none;
    background-color: #f5f5f5;
}
#site_nav #nav_sidebar .panel-title a:hover {
    background-color: #e6e6e6;
}
#site_nav #nav_sidebar .panel-info .panel-title a {
    color: #31708f;
    background-color: #d9edf7;
}
#site_nav #nav_sidebar .panel-info .panel-title a:hover {
    background-color: #C4E3F2;
}
#site_nav .list-group-item {
    padding: 4px 10px;
    font-size: 12px;
}
#site_nav a.list-group-item:hover,
#site_nav a.list-group-item:focus {
  background-color: #e6e6e6;
}
#site_nav .list-group-item.active,
#site_nav .list-group-item.active:hover,
#site_nav .list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #00a4e3;
  border-color: #00a4e3;
}
#site_nav .nav-search {
	margin-bottom: 20px;
}
#site_nav .dialogs-feed {
	margin-bottom: 20px;
}
#site_nav .dialogs-feed .panel-body {
    color: #555;
}
#site_nav .dialogs-feed .panel-footer {
    color: #555;
    background-color: #f5f5f5;
}
#site_nav .sidebar-extras {
	margin-bottom: 20px;
	font-size: 11px;
}
/* debug tools toggle switch */
#debug_toggle {
  display: inline-block;
  position: relative;
  background: #fff;
  border-radius: 10px;
  width: 27px;
  height: 15px;
  top: 2px;
  cursor:pointer;
  box-shadow: inset 0px 0px 2px rgba(0,0,0,0.3);
}
#debug_toggle.on {
  background: #5dc1ec;
}
#debug_toggle .toggle-switch {
  position:absolute;
  top:0px;
  width:15px;
  height:15px;
  border-radius: 10px;
  background:#ccc;
  border:1px solid #eee;
}
#debug_toggle.off .toggle-switch {
  left:0px;
}
#debug_toggle.on .toggle-switch {
  right:0px;
}
small.debug-toggle-description {
  display:inline-block;
  margin-top:5px;
}
small.debug-toggle-description.off {
  display:none;
}


/*
 * #site_content
 * --------------------------------------------------
 */



/*
 * #site_footer
 * --------------------------------------------------
 */
#site_footer {
    padding-top: 20px;
    padding-bottom: 10px;
	font-size: 11px;
    background-color: #e6e6e6;
    border-top: solid 1px #c7c7c7;
}



/*
 * Standard List View
 * --------------------------------------------------
 */
.table-hover .btn-default:hover {
    color: #006d96;
}
.table-hover > tbody > tr:hover {
    background-color: #e6e6e6;
}
table .table-view-info-cell a {
    display: inline-block;
	padding: 5px;
	margin: 0;
}
table th.table-view-info-cell a {
	padding: 1px 5px;
}
table td.table-view-status-cell a {
	color: #ccc;
    display: inline-block;
	padding: 5px 3px;
	margin: 0;
}
table td.table-view-status-cell {
	white-space: nowrap;
	text-align: center;
}
table td.table-view-status-cell a.status-active.enabled {
	color: #5cb85c;
}
table td.table-view-status-cell a.status-passive.enabled {
	color: #f0ad4e;
}
table td.table-view-status-cell a.status-inactive.enabled {
	color: #d9534f;
}
table td.table-view-status-cell a:hover {
	color: #999;
}
table td.table-view-status-cell a.enabled:hover {
	color: #666;
}
table#admin_list td span.glyphicon.glyphicon-lock  {
	padding: 4px 0;
	margin: 0;
    line-height: 1.42857;
}
table#admin_list th span.glyphicon.glyphicon-lock  {
	padding-top: 4px;
	margin: 0;
}
table td.table-view-modified-cell {
	font-size: 10px;
    white-space: nowrap;
}
table td.table-view-edit-button-cell {
	min-width: 90px;
	white-space: nowrap;
}
.list-drawer [class^=col-] {
	padding-left: 5px;
	padding-right: 5px;
}
table .no-wrap {
    white-space: nowrap;
}
/*
list-template-panel
*/
.list-template-panel {}
.list-template-panel .panel-heading {
    overflow: hidden;
}
.list-template-panel .panel-heading .label {
	margin-left: 3px;
}
@media (max-width: 767px) {
    .list-template-panel .panel-heading .panel-title {
        float: none !important;
        margin-bottom: 10px;
    }
    .list-template-panel .panel-heading .btn-group {
        float: none !important;
    }
}
/*
alert
*/
.list-template-panel .alert {
    margin-right: 15px;
    margin-left: 15px;
}
/*
list-template-row
*/
.list-template-row { /* for bootstrap rows, not individual list items */
	margin: 15px 0;
}
/*
list-template-legend
*/
.list-template-legend .legend-item {
	display: inline-block;
    padding: 0 0 0 10px;
    white-space: nowrap;
}
/*
tree nav
*/
.tree-btn {
	cursor: pointer;
}
.tree-btn,
.tree-indent {
	display: inline-block;
	width: 12px;
	margin: 0 5px 0 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	padding: 1px 0;
	font-size: 12px;
	line-height: 1.5;
}
td.tree-level { white-space: nowrap; }
td.tree-level-0 { padding-left: 5px  !important; }
td.tree-level-1 { padding-left: 15px !important; }
td.tree-level-2 { padding-left: 25px !important; }
td.tree-level-3 { padding-left: 35px !important; }
td.tree-level-4 { padding-left: 45px !important; }
td.tree-level-5 { padding-left: 55px !important; }
td.tree-level-6 { padding-left: 65px !important; }
/*
paging-nav
*/
.paging-nav .paging-nav-data {
    line-height: 30px;
}
@media (max-width: 767px) {
    .paging-nav .paging-nav-data span {
        display: block;
        font-size: 12px;
        line-height: 15px;
    }
}



/*
 * Action Bar
 * --------------------------------------------------
 */
.action-bar .action-bar-buttons {
	
}
.action-bar .action-bar-loading {
	display: none;
}
.action-bar .action-bar-loading .progress {
	margin-top: 8px;
	margin-bottom: 8px;
}
.action-bar label {
	width: auto;
}



/*
 * Edit Screen
 * --------------------------------------------------
 */
#site_content .panel img {
    max-width: 100%;
    height: auto;
}
.panel-toggle {
	cursor: pointer;
}
.panel-toggle .panel-toggle-open {
	display: none;
}
.panel-closed .panel-toggle .panel-toggle-open {
	display: inline-block;
}
.panel-closed .panel-toggle .panel-toggle-close {
	display: none;
}
.panel-closed > * {
	display: none;
}
.panel-closed .panel-heading {
	display: block;
}

textarea.form-control {
	height: 250px;
}

.blrp-col2 {
    overflow: hidden;
    margin-bottom: 10px;
    padding-top: 7px;
    line-height: 20px;
}
.blrp-col2 img {
    float: left;
    margin-top: 2px;
    margin-right: 10px;
}
.blrp-col2 .help-block {
    float: left;
    margin-top: 0;
    margin-bottom: 0;
}
.blrp-col3 {
    margin-top: 5px;
}
.blrp-col3a select[multiple],
.blrp-col3c select[multiple] {
    height: 135px;
}
.blrp-col3b {
    margin-top: 20px;
}
@media (max-width: 767px) {
    .blrp-col3b {
        padding-left: 0;
        padding-right: 0;
    }
}
#item_edit_formID .checkbox input[type="checkbox"] {
    margin-left: 0;
}
textarea#page_notes {
    background-color: #E4F2F9;
    color: #31708f;
}
#item_edit_formID .help-block img {
    display: block;
    background-image: url(/imgD/bkg_images.png)
}



/*
 * Dashboard
 * --------------------------------------------------
 */



/*
 * Advanced Search
 * --------------------------------------------------
 */
@media (max-width: 767px) {
    .form-advanced-search .form-group .col-sm-4.col-md-2 {
        margin-bottom: 10px;
    }
}



/*
 * Preview Iframe
 * --------------------------------------------------
 */
#preview_iframe {
    position: absolute;
    top: 30px;
    left: 50%;
    z-index: 1100;
    width: 50%;
    height: 90%;
    background-image: url(../img/white.jpg);
    border: solid 3px #000;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.4);
}



/*
 * Table Copy
 * --------------------------------------------------
 */
#tablename_checkboxes td span.checkbox {
    margin-top: 0;
    margin-bottom: 0;
}



/*
 * .list-tree-checkboxes
 * --------------------------------------------------
 */
.list-tree-checkboxes {
    padding: 0;
    border: solid 1px #eee;
}
.list-tree-checkboxes .list-tree-checkboxes {
    margin-left: 30px;
    border: none;
}
.list-tree-checkboxes .help-block {
    margin: 0;
}
.list-tree-checkboxes li {
    padding: 5px 0;
    border-bottom: solid 1px #eee;
}
.list-tree-checkboxes .list-tree-checkboxes li {
    border-bottom: none
}
.list-tree-checkboxes .checkbox {
    padding: 0 0 0 50px;
    min-height: 0;
}
.list-tree-checkboxes .checkbox .btn-toggle {
    position: absolute;
    left: 10px;
    width: 22px;
    height: 22px;
    margin: 1px;
    padding: 0;
    line-height: 20px;
    background-color: #f5f5f5;
    border-color: #dddddd;
}
.list-tree-checkboxes .checkbox .btn-toggle:before {
    /* this is the "open" state, show - sign */
    content: '\2212';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Glyphicons Halflings';
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.list-tree-checkboxes .checkbox .btn-toggle.collapsed:before {
    /* this is the "closed" state, show + sign */
    content: '\002b';
}
.list-tree-checkboxes .checkbox label {
    min-height: 0;
    line-height: 24px;
}
.list-tree-checkboxes .checkbox input[type="checkbox"] {
    margin-top: 6px;
    margin-left: -20px !important;
}
/*# sourceMappingURL=admin.css.map */