 /* Author: AdminDesigns.com
 * Last Updated: 02/01/14
 * Copyright 2014 Admin Designs
=================================================
 * This file is reserved for changes made by
 * the user. It's often times a good idea to
 * seperate your changes from the themes core.
 * It makes modifications, and future theme
 * updates much easier to apply.
================================================= */

 /* These styles have been placed here for as
 * they have a high chance of needing to be
 * changed if one decides to modify the header
-----------------------------------------------*/

 /* Header button states - text colors */

 .navbar-menus>div>button:focus {
	color: #666;
}

.navbar-menus>div>button:hover {
	color: #333;
}

/* Place your custom styles or styles which
* have been generated with the customization
* tool below this line.
-----------------------------------------------*/

html {
	height: 100%;
}

.fadeLong {
	opacity: 0;
	transition: opacity 0.15s linear;
}

.fadeLong.in {
	opacity: 1;
	transition: opacity 0.75s linear 0.75s;
}

.popup {
	align-content: center;
	align-items: center;
	background: rgba(0, 0, 0, 0.9);
	display: flex;
	flex-direction: row;
	height: 100%;
	justify-content: center;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}

select#navSet option:disabled,
select#pageParent option:disabled,
select#series_menu option:disabled {
	color: #bdbdbd;
	cursor: not-allowed;
}

select#navSet>option,
select#pageParent>option,
select#series_menu>option {
	padding: 2px 5px 2px 10px;
}

input[type="radio"] {
	margin: 4px 10px 0 0;
	height: 12px;
}

.well {
	background-color: #F8F8F8;
	border: 0 none;
	border-right: 1px solid #E3E3E3;
	border-left: 1px solid #E3E3E3;
	border-bottom: 1px solid #E3E3E3;
	border-radius: 0 0 4px 4px;
}

.container {
	width: 100%;
}

.navbar-branding {
	margin-right: 0px;
	width: auto;
}

.navbar-brand img {
	height: 58px;
	width: auto;
}

#header_right {
	float: right;
	margin: 0 25px 0 0;
	width: auto;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	min-height: 60px;
}

#admin_header {
	float: left;
	padding: 9px 0 0;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	min-height: 60px;
}

#admin_logo {
	cursor: pointer;
	/* float: left; */
	height: 59px;
	margin: 0 25px 0 0;
	text-align: center;
	width: auto;
}

#admin_logo img {
	/*margin:7px 0 0;
   width: auto;
   height: 80%;*/
	margin: 7px 0 0;
	max-height: 48px;
	width: auto;
}
.ticket {
	font-size: 30px;
    margin: 0 0 0 25px;
}

#admin_home:after {
	clear: both;
	content: "";
	display: block;
}

.user-info {
	padding: 5px 22px;
	height: 60px;
}

.topbar-left {
	float: left;
	width: 100%;
}

#sidebar_left {
	border-right: 1px solid #D2D2D2;
	left: 0;
	transition: left 0.25s linear;
	-webkit-transition: left 0.25s linear;
}

.sidebar-ltr #sidebar_left {
	left: 0;
	transition: left 0.25s linear;
	-webkit-transition: left 0.25s linear;
}

.sidebar-rtl #sidebar_left,
.sidebar-hidden #sidebar_left {
	left: -230px;
	transition: left 0.25s linear;
	-webkit-transition: left 0.25s linear;
}

#content_wrapper {
	margin-left: 230px;
	margin-right: 0;
	transition: margin-left 0.25s linear, margin-right 0.25s linear;
	-webkit-transition: margin-left 0.25s linear, margin-right 0.25s linear;
}

.sidebar-ltr #content_wrapper {
	transition: margin-left 0.25s linear, margin-right 0.25s linear;
	;
	-webkit-transition: margin-left 0.25s linear, margin-right 0.25s linear;
}

.sidebar-rtl #content_wrapper {
	transition: margin-right 0.25s linear, margin-left 0.25s linear;
	-webkit-transition: margin-right 0.25s linear, margin-left 0.25s linear;
}

#sidebar_left .sidebar-menu>ul li {
	border-bottom: 1px solid #DBDBDB;
}

#sidebar_left .sidebar-menu ul.sub-nav {
	border-bottom: 0 none;
}

#toggle_sidemenu_r span {
	color: #715DA3;
	cursor: pointer;
	display: block;
	font-size: 30px;
	/* margin-top: 12px; */
}

#toggle_sidemenu_r.menu_open span:first-child {
	display: block;
}

#toggle_sidemenu_r.menu_open span:last-child {
	display: none;
}

#toggle_sidemenu_r.menu_close span:first-child {
	display: none;
}

#toggle_sidemenu_r.menu_close span:last-child {
	display: block;
}

#sidebar_right {
	right: -250px;
	transition: right 0.25s linear;
	-webkit-transition: right 0.25s linear;
}

.sidebar-menu ul>li>a>span.fa.fa-plus {
	position: absolute;
	top: 35%;
	right: 10px;
}

.navbar {
	margin-right: 0;
	transition: margin-right 0.25s linear;
	-webkit-transition: margin-right 0.25s linear;
}

.sidebar-rtl .navbar {
	margin-right: 250px;
	transition: margin-right 0.25s linear;
	-webkit-transition: margin-right 0.25s linear;
}

#sidebar_right .sidebar-menu ul li.top:hover,
#sidebar_right .sidebar-menu ul li.top a:focus {
	background: #464E5C;
}

#sidebar_right .sidebar-menu ul li.top {
	border-top: 1px solid #374358;
	border-bottom: 1px solid #272F3D;
}

#sidebar_right .sidebar-menu ul li.top a {
	color: #617597;
}

#sidebar_right .sidebar-menu ul.sub-nav {
	background: #1E2838;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #36496B;
	width: 100%;
}

#sidebar_right .sidebar-menu ul.sub-nav li.divider {
	background: #375479;
	width: 100%;
}

#sidebar_right .sidebar-menu ul.sub-nav li.school a {
	color: #8E9FB1;
	padding: 5px 0;
	text-align: center;
}

#sidebar_right .sidebar-menu ul.sub-nav li.school span.noaccess {
	color: #2C3C4D;
	padding: 5px 0;
	display: block;
	cursor: not-allowed;
	text-align: center;
	;
	;
}

#sidebar_right .sidebar-menu ul.sub-nav li.school a:hover {
	background: #2F4052;
	color: #91A9C2;
}

#sidebar_right .sidebar-menu>ul>li>a>span:nth-child(1) {
	width: auto;
}

#topbar {
	margin-bottom: 5px;
}

.topbar-left {
	float: left;
	width: 100%;
}

#content_wrapper {
	background: #E8E8E8;
	min-height: 92%;
}

.pageHeader {
	border-radius: 0;
	background: #F2F2F2;
	border-bottom: 1px solid #C9C9C9;
	padding: 5px 19px;
	line-height: 35px;
	height: 47px;
	margin-top: 15px;
}

a img {
	border: 0 none;
}

th {
	text-align: center;
	padding: 8px 0;
}

.icon {
	padding: 4px 4px 0 4px;
	font-size: 16px;
	line-height: 1;
}

.icon_box {
	border: 1px solid #c8c8c8;
	border-radius: 2px;
	margin: 1px;
	padding: 2px;
	font-size: 1em;
}

.icon.fa-history {
	transform: rotateY(180deg);
}

#admin_home .panel_wrapper {
	margin: 1em;
	perspective: 1000;
	;
}

/* flip the pane when hovered */

#admin_home .panel_wrapper:hover .panel {
	transform: rotateY(180deg);
}

#admin_home .panel_wrapper,
#admin_home .panel_wrapper .panel-heading,
#admin_home .panel_wrapper .admin_panel {
	width: 220px;
	height: 160px;
}

/* flip speed goes here */

#admin_home .panel {
	transition: 0.6s;
	transform-style: preserve-3d;
	position: relative;
	height: 160px;
	border: 0 none;
	background: none;
}

/* hide back of pane during swap */

#admin_home .panel_wrapper .panel-heading,
#admin_home .panel_wrapper .admin_panel {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

/* panel-heading pane, placed above back */

#admin_home .panel_wrapper .panel-heading {
	z-index: 2;
	transform: rotateY(0deg);
	border: 1px solid #d5d5d5;
}

/* back, initially hidden pane */

#admin_home .panel_wrapper .admin_panel {
	transform: rotateY(180deg);
	border: 1px solid #d5d5d5;
	background: #fff;
}

/* IE11 SUPPORT - ;'(''' */

.no-preserve3d #admin_home .panel_wrapper {
	margin: 1em;
	position: relative;
}

/* flip speed goes here */

.no-preserve3d #admin_home .panel {
	position: relative;
	height: 160px;
	border: 0 none;
	background: none;
}

/* hide back of pane during swap */

.no-preserve3d #admin_home .panel_wrapper .panel-heading,
.no-preserve3d #admin_home .panel_wrapper .admin_panel {
	position: static;
}

/* panel-heading pane, placed above back */

.no-preserve3d #admin_home .panel_wrapper .panel,
.no-preserve3d #admin_home .panel_wrapper .panel-heading {
	transform: none;
}

/* back, initially hidden pane */

.no-preserve3d #admin_home .panel_wrapper .admin_panel {
	transform: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	opacity: 0;
	height: 100%;
	width: 100%;
	transition: opacity 0.25s linear;
}

/* flip the pane when hovered */

.no-preserve3d #admin_home .panel_wrapper:hover .admin_panel {
	transform: none;
	z-index: 5;
	opacity: 1;
	background: #fff;
	transition: opacity 0.25s linear;
}

/* end crying */

.accordion div[class^="panel-heading"] a {
	display: inline;
}

.accordion div[class^="panel-heading"] a:focus {
	color: #666;
}

.accordion#admin_home .panel-heading a {
	display: block;
}

.panel_wrapper {
	/*height: 280px;*/
	float: left;
}

.reload_msg {
	display: none;
}

.accordion .accordion-toggle-icon.sub {
	padding: 0 12px;
	font-size: 18px;
	height: 1px;
}

.accordion#nav_tables .panel-heading a.accordion-toggle,
.accordion#user_tables .panel-heading a.accordion-toggle {
	width: 50%;
	float: left;
}

.accordion#nav_tables .panel-heading div.add_primary_page,
.accordion#user_tables .panel-heading div.add_primary_page,
.accordion#component_tables .panel-heading div.add_primary_page {
	float: right;
	width: 50%;
	text-align: right;
	padding: 0 1% 0 0;
}

.accordion-sub,
.panel-inner {
	flex: 1 0 auto;
}

.accordion-sub .panel-body {
	padding: 0;
}

.panel-heading h4 {
	margin: 0;
	text-align: center;
	font-size: 0.9em;
	padding-top: 4px;
}

.panel-heading h4:hover {
	background-color: #efefef;
	-webkit-transition: background-color 0.35s linear;
	transition: background-color 0.35s linear;
}

.panel-heading h4 a {
	display: block;
	padding: 4px 0;
}

.panel-heading-inner {
	display: flex;
}

.block_image {
	border: 0 none;
	display: block;
	padding: 10px 0;
	text-align: center;
	font-size: 100px !important;
}

.glyphicons:empty {
	width: 100%;
}

.panel-body.admin_main {
	padding: 5px 15px 15px;
	/*min-height: 125px;*/
}

.panel-body a.block_link {
	display: block;
	padding: 5px;
	border-bottom: 1px solid #ccc;
}

.panel-body a.block_link:focus {
	color: #666;
}

.panel-body a>i {
	padding: 0 6px 0 3px;
}

.heading-list li {
	padding: 0 0 5px;
}

.list-unstyled.top-list {
	border-bottom: 1px solid #A5A5A5;
}

.list-unstyled li:not(.collapse),
.list-unstyled li.collapse.in {
	display: flex;
	align-items: stretch;
	align-content: flex-start;
}

.list-unstyled li.odd {
	background: #E0E0E0;
	border-top: 1px solid #A5A5A5;
}

.list-unstyled li.even {
	background: #F5F5F5;
	border-top: 1px solid #A5A5A5;
}

/*stripping styles for sub pages*/

.list-unstyled li.sub.odd,
.list-unstyled li.sub.lvl_2.even,
.list-unstyled li.sub.lvl_3.odd,
.list-unstyled li.sub.lvl_4.even,
.list-unstyled li.sub.lvl_5.odd {
	background: #f5f5f5;
	border-top: 1px solid #A5A5A5;
}

.list-unstyled li.sub.even,
.list-unstyled li.sub.lvl_2.odd,
.list-unstyled li.sub.lvl_3.even,
.list-unstyled li.sub.lvl_4.odd,
.list-unstyled li.sub.lvl_5.even {
	background: #e0e0e0;
	border-top: 1px solid #A5A5A5;
}

.list-unstyled:not(.form_wrapper) li:hover,
.list-unstyled li.sub.odd:hover,
.list-unstyled li.sub.even:hover {
	background: #D8FDD9;
}

.list-unstyled li.headings:hover {
	background: #fff;
}

.list-unstyled li:after {
	display: block;
	content: "";
	clear: both;
}

/* gird styles */

div.grid_col,
div.col_header {
	flex: 1 0 10%;
}

div.grid_col {
	text-align: center;
	padding: 5px 0;
}

div.col_header {
	font-weight: bold;
	font-size: 1.1em;
	text-align: center;
}

div.grid_col:first-child {
	border-left: 1px solid #bababa;
}

div.grid_col:first-child,
div.col_header:first-child {
	flex: 1 0 50%;
	padding-left: 5px;
	text-align: left;
}

div.col_header:last-child,
div.grid_col:last-child {
	text-align: right;
	padding-right: 5px;
}

li.odd div.grid_col {
	border-left: 1px solid #F3F3F3;
	border-right: 1px solid #BABABA;
}

li.even div.grid_col {
	border-right: 1px solid #bababa;
	border-left: 1px solid #FFFFFF;
}

li.odd div.grid_col:first-child,
li.even div.grid_col:first-child {
	border-left: 1px solid #bababa;
}

li.expired div.grid_col,
li.expired div.grid_col a {
	color: #800;
}

li.expired div.grid_col {
	background: #FFF6F6;
}

li.inactive div.grid_col,
li.inactive div.grid_col a {
	color: #aaa;
}

li.inactive div.grid_col {
	background: #eeeeee;
}

li.subSeries>.grid_col:first-child {
	padding-left: 30px;
}

/* indentation for sub pages */

li.sub.lvl_1 div.grid_col:first-child {
	padding-left: 10px;
}

li.sub.lvl_2 div.grid_col:first-child {
	padding-left: 15px;
}

li.sub.lvl_3 div.grid_col:first-child {
	padding-left: 20px;
}

li.sub.lvl_4 div.grid_col:first-child {
	padding-left: 25px;
}

li.sub.lvl_5 div.grid_col:first-child {
	padding-left: 30px;
}

li.sub.lvl_6 div.grid_col:first-child {
	padding-left: 35px;
}

li.sub.lvl_7 div.grid_col:first-child {
	padding-left: 40px;
}

li.sub.lvl_8 div.grid_col:first-child {
	padding-left: 45px;
}

/* end gird styles */

#user_tables div.grid_col {
	padding: 5px;
}

#user_tables div.grid_col,
#user_tables div.col_header {
	text-align: left;
}

#user_tables div.grid_col:first-child {
	padding-left: 5px;
	border-left: 1px solid #bababa;
}

#user_tables div.grid_col:last-child,
#user_tables div.col_header:last-child {
	text-align: right;
	padding-right: 0;
}

.sub-list li>div:first-child {
	padding-left: 20px;
}

.sub-list li:last-child,
.heading-list li:last-child {
	border-bottom: 0 none;
}

.list-inline li.headings {
	width: 100%;
	padding: 0;
	margin-left: -8px;
}

.list-inline li p {
	font-size: 1.1em;
	margin: 0;
}

ul.list-group.form_wrapper {
	margin-bottom: 0;
	overflow: visible;
	list-style-type: none;
}

ul.form_wrapper label.display_block,
.form-group label.display_block {
	display: block;
}

.subpage-toggle-icon i:first-child {
	display: none;
}

ul.form_wrapper li.list-group-item:nth-child(odd) {
	background: #eee;
}

select#navSet,
select#pageParent {
	width: 99.8%;
	max-width: 100%;
}

/* Page Display toggle switch */

input.switch:empty {
	margin-left: -9999px;
	min-height: 21px;
}

input.switch:empty~label {
	position: relative;
	float: right;
	line-height: 1.6em;
	text-indent: 3.2em;
	margin: 0.2em 0;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

input.switch:empty~label:before,
input.switch:empty~label:after {
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	content: '\2718';
	width: 3.6em;
	text-indent: 2.4em;
	color: #900;
	background-color: #c33;
	border-radius: 0.25em;
	box-shadow: inset 0 0.2em 0 rgba(0, 0, 0, 0.3);
}

input.switch:empty~label:after {
	content: ' ';
	width: 1.4em;
	top: 0.1em;
	bottom: 0.1em;
	text-align: center;
	text-indent: 0;
	margin-left: 0.1em;
	color: #f88;
	background-color: #fff;
	border-radius: 0.15em;
	box-shadow: inset 0 -0.2em 0 rgba(0, 0, 0, 0.2);
	transition: all 0.2s ease-in;
}

/* toggle on */

input.switch:checked~label:before {
	content: '\2714';
	text-indent: 0.5em;
	color: #6f6;
	background-color: #393;
}

input.switch:checked~label:after {
	margin-left: 2.1em;
	color: #6c6;
}

/*toogle disabled*/

input.switch:disabled~label,
input.switch:disabled~label:before,
input.switch:disabled~label>span.new_component_title,
input.switch:disabled {
	opacity: 0.7;
	cursor: default;
}

/* Page Display toggle switch */

/* Sending overlay / validation messages */

div.sendingForm,
div.sending,
div.loading {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(226, 226, 226, 0.74);
	height: 100%;
	width: 100%;
	z-index: 999;
}

div.sendingForm p,
div.sending p,
div.loading p {
	color: #000;
	margin: 15% auto 0;
	text-align: center;
	width: 90%;
	font-size: 3em;
	line-height: 3;
}

div.sending#delete p {
	color: #000;
	margin: 0 auto;
	text-align: center;
	width: 90%;
	font-size: 3em;
	line-height: 1.7;
}

div.validation_response {
	min-height: 10px;
}

div.validation_response p {
	margin: 0;
	padding: 5px 20px;
}

/* Sending overlay / validation messages */

/* inline priority editing and tooltip style */

.editable-click,
a.editable-click,
a.editable-click:hover {
	display: inline-block;
	padding-bottom: 2px;
	line-height: 1;
}

.editable-container.popover {
	width: 286px;
}

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

.tooltip-inner {
	color: #8E9FB1;
	background: #1E2838;
}

.tooltip-inner img {
	height: auto;
	width: 100%;
}

.tooltip-inner.img_tooltip {
	background: #fff;
	border: 1px solid #bababa;
}

.tooltip.in {
	opacity: 1;
}

.tooltip.top .tooltip-arrow {
	border-top-color: #1E2838;
}

.tooltip.top .tooltip-arrow.img_tooltip {
	border-top-color: #fff;
	border-width: 12px 12px 0;
	bottom: 1px;
	z-index: 999;
}

.tooltip-inner {
	max-width: 250px;
}

.tooltip-inner.img_tooltip {
	max-width: 100%;
}

.tooltip-inner hr {
	border-top: 1px solid #375479;
	margin: 1px 0;
}

.popover {
	max-width: 296px;
}

/* inline priority editing and tooltip style */

/* user profile editing form styles */

.input-group-addon {
	color: #9C9C9C;
	;
}

.form-control:focus {
	border-color: #9c9c9c;
}

form {
	margin: 0;
}

.modal-header {
	border-radius: 6px 6px 0 0;
}

.modal-footer {
	border-radius: 0 0 6px 6px;
	border-top: 0 none;
}

.tab-content {
	background-color: #fff;
}

/* user profile editing form styles */

/*image preview styles */

.img_preview,
.icon_img_preview,
#delete_img,
#delete_icon_image {
	display: none;
}

div#thumbnail {
	min-height: 210px;
}

.dropdown-menu#img_menu {
	min-width: 300px;
	max-height: 211px;
	overflow-y: scroll;
}

li.row {
	margin: 0 0 7px 0;
}

li.row>.col-sm-4 {
	padding: 0 2px 4px;
}

.mini_thumb {
	width: 95%;
}

.tiny_thumb {
	margin: 0 auto;
}

span.img-tooltip {
	display: block;
	text-align: center;
}

.image_preview_menu {
	padding-top: 9px;
}

.mini_link:hover img.img-thumbnail {
	background-color: #D9EDF7;
	border: 1px solid #1371A0;
}

img.mini_thumb.disabled {
	opacity: 0.3;
	cursor: not-allowed;
}

.img_preview .panel-body img.shrink-img {
	height: auto;
	max-width: 100%;
}

/* end image preview */

/* Datetimepicker styling */

.time_container:first-child,
.date_container:first-child {
	margin-bottom: 10px;
}

.time_container input.form-control.disabled {
	color: #FAFAFA;
	transition: color 0.15s linear;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
	background: #ABABAB;
}

.bootstrap-datetimepicker-widget .timepicker td,
.bootstrap-datetimepicker-widget .timepicker td span {
	height: 25px;
	width: 25px;
	line-height: 25px;
}

.bootstrap-datetimepicker-widget .timepicker td.separator {
	padding: 0;
	width: 1px;
}

.bootstrap-datetimepicker-widget .timepicker a[data-action] {
	padding: 0;
}

span.datepickerbutton.disabled {
	cursor: not-allowed;
}

/* End Datetimepicker styling */

/* Archive styling */

.archives div {
	border-right: 1px solid #e8e8e8;
}

.archives div:last-child {
	border-right: 0 none;
}

.archives h4 {
	border-bottom: 1px solid #e8e8e8;
	margin: 0 0 2px 0;
}

.archives p {
	margin: 0 0 2px 0;
}

.archive_link {
	display: block;
}

/* End Archive styling */

/* Event Spinner styling */

span.radio_text {
	position: relative;
}

.form-control.event_spinner {
	width: 25%;
	font-size: 0.875em;
}

span.radio_text .input-group#onDate {
	margin: 0 21% 0 0;
	float: right;
	width: 80%;
	;
}

#event_spinner,
#onDate,
#event_end_recurrence,
#update_recurrence,
#monthDay,
#monthDate {
	display: none;
}

/* End Event Spinner styling */

/*Slideshow componenet styles*/

.save_msg p {
	margin: 0;
	padding: 8px;
}

.slide_heading {
	padding: 4px;
}

#live_grid_container,
#dead_grid_container {
	margin-bottom: 40px;
	border: 3px dashed rgba(153, 153, 153, 0.3);
}

#live_grid_container.drop-highlight {
	border: 3px dashed #3c763d;
	background: #dff0d8;
}

#dead_grid_container.drop-highlight {
	border: 3px dashed #a94442;
	background: #f2dede;
}

.sortable {
	margin: 0;
	padding: 20px;
}

.sortable:after {
	clear: both;
	content: "";
	display: block;
}

.grid-li {
	padding: 0;
	margin: 0 11px 11px 0;
	float: left;
	list-style-type: none;
	position: relative;
	cursor: move;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	/* Required to make elements draggable in old WebKit */
	-khtml-user-drag: element;
	-webkit-user-drag: element;
}

.grid-medium {
	width: 24%;
}

.grid-omit-overlay {
	align-items: center;
	background-color: rgba(255, 255, 255, 0.8);
	border: 1px solid #999;
	color: rgb(136, 136, 136);
	display: flex;
	font-size: 80px;
	height: 100%;
	justify-content: center;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.grid-omit-overlay .icon {
	text-align: center;
	width: 100%;
}

#live_grid_container .grid-omit-overlay {
	display: none;
}

.grid-img {
	width: 100%;
}

.grid-overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.6);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	z-index: 2;
}

.grid-buttons {
	position: absolute;
	top: 9px;
	left: 9px;
	font-size: 25px;
	background-color: rgba(0, 0, 0, 0.7);
	padding: 3px;
	border-radius: 5px;
	opacity: 1;
	cursor: default;
}

.grid-buttons a {
	color: #e6e6e6;
	border: none;
}

.grid-buttons a:hover {
	border: none;
	-webkit-filter: brightness(2);
	-o-filter: brightness(2);
	filter: brightness(2);
}

.grid-info {
	position: absolute;
	top: 12px;
	right: 12px;
	background-color: rgba(0, 0, 0, 0.7);
	border-radius: 5px;
	font-size: 35px;
	cursor: default;
	color: #e6e6e6;
}

.grid-tooltip {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.grid-info .tooltip {
	width: 200px;
	top: 0;
}

.grid-name {
	background: #E6E6E6;
	position: absolute;
	bottom: 9px;
	width: 94%;
	margin: 03%;
	border-radius: 5px;
	padding: 3px;
	font-size: 14px;
	cursor: default;
	overflow: hidden;
}

.grid-name p {
	padding: 0;
	margin-bottom: 0;
	text-align: center;
}

.grid-li:hover .grid-overlay {
	visibility: visible;
	opacity: 1;
}

.slideshow-preview {
	min-height: 400px;
	overflow: hidden;
	padding: 0;
}

#slideshow img {
	width: 100%;
	height: auto;
}

.slide {
	position: relative;
	width: 100%;
}

.cycle-overlay {
	font-family: tahoma, arial;
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 600;
	background: rgba(0, 0, 0, 0.7);
	color: white;
	padding: 15px;
	transition: bottom 0.1s linear 0.5s;
}

.hide-overlay {
	bottom: -110px;
	transition: bottom 0.2s linear;
}

.cycle-overlay div {
	color: white;
	font-size: 22px;
}

.cycle-overlay div p {
	color: white;
	font-size: 17px;
	line-height: 1.1;
}

.slide_nav {
	background: rgba(0, 0, 0, 0.4);
	color: #fff;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	height: 100%;
	justify-content: center;
	position: absolute;
	top: 0;
	width: 10%;
	z-index: 100;
}

.slide_nav>span {
	font-size: 2em;
	color: #fff;
}

.cycle-prev {
	left: -10%;
	padding-left: 35px;
	transition: left 0.25s linear;
}

.cycle-next {
	right: -10%;
	padding-right: 35px;
	text-align: right;
	transition: right 0.25s linear;
}

#slideshow:hover .cycle-prev {
	left: 0;
	transition: left 0.25s linear;
}

#slideshow:hover .cycle-next {
	right: 0;
	transition: right 0.25s linear;
}

/* end slideshow styling*/

/* Sortable list styling */

.sortable-placeholder {
	height: 2.5em;
	line-height: 2.5em;
	background: rgba(0, 152, 0, 0.1);
}

.sortable-list li {
	cursor: move;
}

/* end sortable list styling */

/* Guage styling */

#gauge_btn {
	margin-right: 10px;
}

#gauge_btn,
#image_btn {
	cursor: pointer;
	opacity: 0.3;
	-webkit-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}

#gauge_btn:hover,
#image_btn:hover {
	opacity: 1;
	-webkit-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}

#gauge_btn.selected_btn,
#image_btn.selected_btn {
	color: #05A305;
	opacity: 1;
	-webkit-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}

span.ui-spinner.ui-widget.ui-widget-content.ui-corner-all {
	height: auto;
	position: relative;
	width: 100%;
	display: block;
	border: 0 none;
}

.ui-spinner-input {
	min-height: 34px;
}

/* end Gague styling*/

/*System Management Styles*/

.new_components {
	padding: 10px 11px;
}

input.switch:empty~label.new_component_label {
	float: left;
}

span.new_component_title,
span.new_feature_title {
	font-size: 0.9em;
	padding-left: 10px;
}

.new_feature_label {
	padding-left: 25px;
}

.feature {
	clear: both;
	padding: 7px 10px;
	border-bottom: 1px solid #CDCDCD;
	border-top: 1px solid #FFF;
}

.feature:first-child {
	border-top: 0 none;
}

.feature:last-child {
	border-bottom: 0 none;
}

.feature_default.modal_default {
	display: block;
	padding-left: 0 !important;
}

.fa.icon_box.settings {
	font-size: 17px;
	width: 22px;
	text-align: center;
	float: left;
	line-height: 1;
	margin: 0 5px 2px;
	height: 22px;
}

/*end System Management Styles*/

/*URL Copy Button*/

p#staticInstanceURL,
p#staticPageURL,
#staticEventURL {
	display: inline-block;
	padding-left: 10px;
}

#copy_button {
	padding: 3px;
}

/*end URL Copy Button*/

/*multiselect styling*/

.multiselect-container>li.listItem {
	margin-left: 20px;
}

.multiselect-container>li.childListItem {
	margin-left: 40px;
}

/*end multiselect styling*/

/*Form Component Styling*/

table.display_table th,
table.display_table td {
	font-size: 11px;
}

.table-striped>tbody>tr.incomplete:nth-child(odd)>td,
.table-striped>tbody>tr.incomplete:nth-child(odd)>td>a.formDataPreview {
	color: #800;
}

.table-striped>tbody>tr.incomplete:nth-child(even)>td,
.table-striped>tbody>tr.incomplete:nth-child(even)>td>a.formDataPreview {
	color: #800;
}

a.formDataPreview,
a.formDataDelete {
	cursor: pointer;
	display: block;
	padding: 5px 0;
}

.data_preview {
	position: absolute;
	opacity: 0;
	top: -45px;
	left: -13%;
	width: 125%;
	transition: opacity 0.25s linear, top 0.25s linear;
}

.data_preview.open {
	position: absolute;
	opacity: 1;
	z-index: 1;
	top: 0;
	transition: opacity 0.25s linear, top 0.25s linear;
}

.cls-btn {
	position: absolute;
	top: -5px;
	right: 15px;
	width: 10px;
	height: 10px;
	z-index: 100;
	cursor: pointer;
}

/*end Form Component Styling*/

/* cBox custom styling */

.cBox label.disabled,
.cBox label.disabled:before {
	cursor: not-allowed;
}

/* end cBox Custom styling */

/* custom media queries */

@media screen and (max-width: 1381px) {
	.feature_default {
		display: block;
		padding-left: 0 !important;
	}
}

@media only screen and (max-width:1175px) {
	.accordion#nav_tables .panel-heading a.accordion-toggle {
		width: 50%;
	}
	.accordion#nav_tables .panel-heading div.add_primary_page {
		width: 30%;
	}
}

@media screen and (max-width: 1100px) {
	.grid-medium {
		width: 48%;
	}
}

@media screen and (max-width: 1020px) {
	label.feature_type {
		width: 100%;
	}
	label.feature_type~div.form-group.col-sm-3 {
		width: 33%;
	}
}

@media screen and (max-width: 944px) {
	.grid-medium {
		width: 100%;
	}
}

@media only screen and (max-width: 899px) {
	#admin_header h1 {
		font-size: 20px;
	}
	.feature_default,
	.feature_default.modal_default {
		display: inline;
		padding-left: 5px !important;
	}
	label.feature_type~div.form-group.col-sm-3 {
		width: 100%;
		float: none;
	}
}

@media only screen and (max-width: 707px) {
	.navbar-branding {
		margin-right: 0;
	}
	#admin_header h1 {
		font-size: 15px;
	}
	#admin_logo {
		width: 100px;
	}
	#admin_header.menu_open {
		display: none;
	}
	#header_right {
		margin: 0 10px 0 0;
		width: 41px;
	}
	#admin_logo {
		display: none;
	}
	.panel_wrapper {
		float: none;
		width: 180px;
		margin: 0 auto;
		height: 330px;
	}
	.accordion#nav_tables .panel-heading a.accordion-toggle {
		width: 30%;
	}
	.accordion#nav_tables .panel-heading div.add_primary_page {
		width: 35%;
	}
}

/*end custom media queries */

/*BLOCK GRID STYLES*/

[class*="block-grid-"] {
	display: block;
	padding: 0;
	margin: 0 -0.625rem;
}

[class*="block-grid-"]:before,
[class*="block-grid-"]:after {
	content: " ";
	display: table;
}

[class*="block-grid-"]:after {
	clear: both;
}

[class*="block-grid-"]>li {
	display: block;
	float: left;
	height: auto;
	padding: 0 0.625rem 1.25rem;
}

[class*="block-grid-"]>li img {
	height: auto;
	width: 100%;
}

@media only screen {
	.small-block-grid-1>li {
		list-style: none;
		width: 100%;
	}
	.small-block-grid-1>li:nth-of-type(1n) {
		clear: none;
	}
	.small-block-grid-1>li:nth-of-type(1n+1) {
		clear: both;
	}
	.small-block-grid-2>li {
		list-style: none;
		width: 50%;
	}
	.small-block-grid-2>li:nth-of-type(1n) {
		clear: none;
	}
	.small-block-grid-2>li:nth-of-type(2n+1) {
		clear: both;
	}
	.small-block-grid-3>li {
		list-style: none;
		width: 33.33333%;
	}
	.small-block-grid-3>li:nth-of-type(1n) {
		clear: none;
	}
	.small-block-grid-3>li:nth-of-type(3n+1) {
		clear: both;
	}
	.small-block-grid-4>li {
		list-style: none;
		width: 25%;
	}
	.small-block-grid-4>li:nth-of-type(1n) {
		clear: none;
	}
	.small-block-grid-4>li:nth-of-type(4n+1) {
		clear: both;
	}
	.small-block-grid-5>li {
		list-style: none;
		width: 20%;
	}
	.small-block-grid-5>li:nth-of-type(1n) {
		clear: none;
	}
	.small-block-grid-5>li:nth-of-type(5n+1) {
		clear: both;
	}
	.small-block-grid-6>li {
		list-style: none;
		width: 16.66667%;
	}
	.small-block-grid-6>li:nth-of-type(1n) {
		clear: none;
	}
	.small-block-grid-6>li:nth-of-type(6n+1) {
		clear: both;
	}
	.small-block-grid-7>li {
		list-style: none;
		width: 14.28571%;
	}
	.small-block-grid-7>li:nth-of-type(1n) {
		clear: none;
	}
	.small-block-grid-7>li:nth-of-type(7n+1) {
		clear: both;
	}
	.small-block-grid-8>li {
		list-style: none;
		width: 12.5%;
	}
	.small-block-grid-8>li:nth-of-type(1n) {
		clear: none;
	}
	.small-block-grid-8>li:nth-of-type(8n+1) {
		clear: both;
	}
	.small-block-grid-9>li {
		list-style: none;
		width: 11.11111%;
	}
	.small-block-grid-9>li:nth-of-type(1n) {
		clear: none;
	}
	.small-block-grid-9>li:nth-of-type(9n+1) {
		clear: both;
	}
	.small-block-grid-10>li {
		list-style: none;
		width: 10%;
	}
	.small-block-grid-10>li:nth-of-type(1n) {
		clear: none;
	}
	.small-block-grid-10>li:nth-of-type(10n+1) {
		clear: both;
	}
	.small-block-grid-11>li {
		list-style: none;
		width: 9.09091%;
	}
	.small-block-grid-11>li:nth-of-type(1n) {
		clear: none;
	}
	.small-block-grid-11>li:nth-of-type(11n+1) {
		clear: both;
	}
	.small-block-grid-12>li {
		list-style: none;
		width: 8.33333%;
	}
	.small-block-grid-12>li:nth-of-type(1n) {
		clear: none;
	}
	.small-block-grid-12>li:nth-of-type(12n+1) {
		clear: both;
	}
}

@media only screen and (min-width: 40.0625em) {
	.medium-block-grid-1>li {
		list-style: none;
		width: 100%;
	}
	.medium-block-grid-1>li:nth-of-type(1n) {
		clear: none;
	}
	.medium-block-grid-1>li:nth-of-type(1n+1) {
		clear: both;
	}
	.medium-block-grid-2>li {
		list-style: none;
		width: 50%;
	}
	.medium-block-grid-2>li:nth-of-type(1n) {
		clear: none;
	}
	.medium-block-grid-2>li:nth-of-type(2n+1) {
		clear: both;
	}
	.medium-block-grid-3>li {
		list-style: none;
		width: 33.33333%;
	}
	.medium-block-grid-3>li:nth-of-type(1n) {
		clear: none;
	}
	.medium-block-grid-3>li:nth-of-type(3n+1) {
		clear: both;
	}
	.medium-block-grid-4>li {
		list-style: none;
		width: 25%;
	}
	.medium-block-grid-4>li:nth-of-type(1n) {
		clear: none;
	}
	.medium-block-grid-4>li:nth-of-type(4n+1) {
		clear: both;
	}
	.medium-block-grid-5>li {
		list-style: none;
		width: 20%;
	}
	.medium-block-grid-5>li:nth-of-type(1n) {
		clear: none;
	}
	.medium-block-grid-5>li:nth-of-type(5n+1) {
		clear: both;
	}
	.medium-block-grid-6>li {
		list-style: none;
		width: 16.66667%;
	}
	.medium-block-grid-6>li:nth-of-type(1n) {
		clear: none;
	}
	.medium-block-grid-6>li:nth-of-type(6n+1) {
		clear: both;
	}
	.medium-block-grid-7>li {
		list-style: none;
		width: 14.28571%;
	}
	.medium-block-grid-7>li:nth-of-type(1n) {
		clear: none;
	}
	.medium-block-grid-7>li:nth-of-type(7n+1) {
		clear: both;
	}
	.medium-block-grid-8>li {
		list-style: none;
		width: 12.5%;
	}
	.medium-block-grid-8>li:nth-of-type(1n) {
		clear: none;
	}
	.medium-block-grid-8>li:nth-of-type(8n+1) {
		clear: both;
	}
	.medium-block-grid-9>li {
		list-style: none;
		width: 11.11111%;
	}
	.medium-block-grid-9>li:nth-of-type(1n) {
		clear: none;
	}
	.medium-block-grid-9>li:nth-of-type(9n+1) {
		clear: both;
	}
	.medium-block-grid-10>li {
		list-style: none;
		width: 10%;
	}
	.medium-block-grid-10>li:nth-of-type(1n) {
		clear: none;
	}
	.medium-block-grid-10>li:nth-of-type(10n+1) {
		clear: both;
	}
	.medium-block-grid-11>li {
		list-style: none;
		width: 9.09091%;
	}
	.medium-block-grid-11>li:nth-of-type(1n) {
		clear: none;
	}
	.medium-block-grid-11>li:nth-of-type(11n+1) {
		clear: both;
	}
	.medium-block-grid-12>li {
		list-style: none;
		width: 8.33333%;
	}
	.medium-block-grid-12>li:nth-of-type(1n) {
		clear: none;
	}
	.medium-block-grid-12>li:nth-of-type(12n+1) {
		clear: both;
	}
}

@media only screen and (min-width: 64.0625em) {
	.large-block-grid-1>li {
		list-style: none;
		width: 100%;
	}
	.large-block-grid-1>li:nth-of-type(1n) {
		clear: none;
	}
	.large-block-grid-1>li:nth-of-type(1n+1) {
		clear: both;
	}
	.large-block-grid-2>li {
		list-style: none;
		width: 50%;
	}
	.large-block-grid-2>li:nth-of-type(1n) {
		clear: none;
	}
	.large-block-grid-2>li:nth-of-type(2n+1) {
		clear: both;
	}
	.large-block-grid-3>li {
		list-style: none;
		width: 33.33333%;
	}
	.large-block-grid-3>li:nth-of-type(1n) {
		clear: none;
	}
	.large-block-grid-3>li:nth-of-type(3n+1) {
		clear: both;
	}
	.large-block-grid-4>li {
		list-style: none;
		width: 25%;
	}
	.large-block-grid-4>li:nth-of-type(1n) {
		clear: none;
	}
	.large-block-grid-4>li:nth-of-type(4n+1) {
		clear: both;
	}
	.large-block-grid-5>li {
		list-style: none;
		width: 20%;
	}
	.large-block-grid-5>li:nth-of-type(1n) {
		clear: none;
	}
	.large-block-grid-5>li:nth-of-type(5n+1) {
		clear: both;
	}
	.large-block-grid-6>li {
		list-style: none;
		width: 16.66667%;
	}
	.large-block-grid-6>li:nth-of-type(1n) {
		clear: none;
	}
	.large-block-grid-6>li:nth-of-type(6n+1) {
		clear: both;
	}
	.large-block-grid-7>li {
		list-style: none;
		width: 14.28571%;
	}
	.large-block-grid-7>li:nth-of-type(1n) {
		clear: none;
	}
	.large-block-grid-7>li:nth-of-type(7n+1) {
		clear: both;
	}
	.large-block-grid-8>li {
		list-style: none;
		width: 12.5%;
	}
	.large-block-grid-8>li:nth-of-type(1n) {
		clear: none;
	}
	.large-block-grid-8>li:nth-of-type(8n+1) {
		clear: both;
	}
	.large-block-grid-9>li {
		list-style: none;
		width: 11.11111%;
	}
	.large-block-grid-9>li:nth-of-type(1n) {
		clear: none;
	}
	.large-block-grid-9>li:nth-of-type(9n+1) {
		clear: both;
	}
	.large-block-grid-10>li {
		list-style: none;
		width: 10%;
	}
	.large-block-grid-10>li:nth-of-type(1n) {
		clear: none;
	}
	.large-block-grid-10>li:nth-of-type(10n+1) {
		clear: both;
	}
	.large-block-grid-11>li {
		list-style: none;
		width: 9.09091%;
	}
	.large-block-grid-11>li:nth-of-type(1n) {
		clear: none;
	}
	.large-block-grid-11>li:nth-of-type(11n+1) {
		clear: both;
	}
	.large-block-grid-12>li {
		list-style: none;
		width: 8.33333%;
	}
	.large-block-grid-12>li:nth-of-type(1n) {
		clear: none;
	}
	.large-block-grid-12>li:nth-of-type(12n+1) {
		clear: both;
	}
}

/*END BLOCK GRID*/