.simple-layout span.brand-text {
	margin-top: -45px;
	position: relative;
	display: block;
	margin-left: 70px;
	font-size: 13px;
}

.trend-list > span {
    font-size: 13px;
}

.txt-info, .text-info {
    color: #31708f!important;
}

.alert-danger a {
	color: #773225;
	text-decoration: underline;
}

a.dropdown-toggle .zmdi-more-vert {
	padding: 0px 8px;
	display: inline-block;
}

.default-layout .logo-wrap img.brand-img {
	margin-left: -5px;
	margin-bottom: -6px;
}

.display-none {
  display: none !important;
}


.date-excerpt {
	position: absolute;
	left: 0;
	text-align: center;
	top: 65px;
	width: 50%;
	font-size: 11px!important;
}

.date-excerpt h6 {
	font-size: 14px;
	color: rgba(78, 78, 78, 0.95);
}


.nav-header .logo-wrap > a {
	margin-top: -2px;
	display: block;
}

body .wrapper.theme-2-active .navbar.navbar-inverse.navbar-fixed-top .mobile-only-brand, body .wrapper.theme-2-active .navbar.navbar-inverse.navbar-fixed-top {
	background: #384266;
}

.simple-layout .auth-form {
	width: 360px;
}

.form-group .control-label {
    margin-bottom: 10px!important;
}

.pagination>li{
	float: left;
}

.pagination>li>.pagination {
	margin: 0px;
}

th.text-center {
	text-align: center!important;
}

@media (max-width: 458px) {
  .simple-layout .auth-form {
    width: 100%;
  }
}

@media (max-width: 1024px) {
	.navbar.navbar-inverse.navbar-fixed-top .mobile-only-brand .nav-header .logo-wrap {
		padding-left: 44px;
		padding-right: 70px;
	}

}

table.vertical-table {
    /*float: left;*/
    width: 40%;
}

@media ( min-width: 1024px ) {
	.mobile-only-brand {
	    height: 100%;
	    width: 100%;
	    display: flex;
	    align-items: center;
	}
	.navbar.navbar-inverse.navbar-fixed-top .mobile-only-brand .top-nav-search {
		padding-top:0px;
	}
	.filler {
		display:block !important;
		flex-grow: 1;
	}
}

.filler {
	display: none;
}

/*Begin Numedica Styling */
.page-wrapper .pull-right a {
    display: inline-block;
    border: 1px solid;
    padding: 10px 5px;
    margin: 5px 0px;
}

.form-wrap button.btn.btn-default {
    margin-top: 20px;
}

.mock.panel.panel-default.card-view {
    background-color: grey;
    color: white;
    min-height: 400px;
    text-align: center;
    display: flex;
    align-items: center;
}

.mock p {
    width: 100%;
    font-size: 2rem;
}

.panel-wrapper {
  overflow-x: auto;
}

.input.checkbox input {
    width: auto;
    height: auto;
}

.specifications {
  overflow:auto;
}

.specifications .button, #available-templates .button {
  /*clear:both;
  display: block;*/
  display: inline-block;
  border: 1px solid;
  padding: 10px 5px;
  margin: 5px 0px 5px 0px;
  cursor:pointer;
}

.add-action .specifications .added-form, .add-action .specifications .added-form, .edit-action .specifications .added-form, .add-action .specifications .added-form {
    width: 50%;
    border: 1px solid;
    padding: 20px;
    float: left;
    position: relative;
}

.add-action .specifications td span.btn, .edit-action .specifications td span.btn {
    font-size: 0.8rem;
    padding: 3px;
    margin: 2px;
}

.added-form .delete {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 20px;
    height: 20px;
    text-align: center;
    color: black;
    border: 1px solid black;
    border-top: 0px;
    border-right: 0px;
    cursor:pointer;
}

.related h4 {
  cursor:pointer;
  display: inline;
  padding: 0px;
  text-decoration: underline;
}

.related .table-striped {
  transition:all 1s ease;
}

.related {
  margin: 20px 0px;
}

form *:focus {
  opacity: 0.8;
}

.overlap {
  border:5px solid red;
}

.pull-right button {
    display: inline-block;
    border: 1px solid;
    padding: 10px 5px;
    margin: 5px 0px;
    background: white;
    color: black;
}

td.actions a {
    display: inline-block;
    border: 1px solid;
    padding: 10px 5px;
    margin: 5px 0px;
}

img {
    object-fit: contain;
    width: 100%;
}

.related {
    border: 1px solid;
    padding: 10px;
    margin: 20px 0px;
    overflow: auto;
    overflow-x:hidden;
}

.related table.table-striped {
  margin:0px;
}

#available-templates {
  overflow-x:hidden;
  color:black;
}

#available-templates .related p { 
  max-width: 80%;
}

#available-templates .related table {
    width: 100%;
}

#available-templates .related tr {
  border-bottom:1px solid;
}

#available-templates .related th {
  font-weight: bold;
}

.dialog {
  background-color: white;
  overflow: auto;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  transform: translate(-50%, -50%);
  padding: 10px;
  border: 1px solid;
  max-width: 70%;
  width: 100%;
  max-height: 70%;
  box-shadow: 5px 5px 5px 1px grey;
}

.dialog p {
  line-height: 1rem;
}

.dialog .close {
    position: absolute;
    right: 0px;
    top: 0px;
    color: black !important;
    text-shadow: none;
    border-bottom: 1px solid black;
    border-left: 1px solid black;
    padding: 0px 5px 5px 5px;
    opacity: 0.5;
}

.super {
  font-size:1.5rem;
}

.specifications-controller.edit-action .product-image, .blog-image {
    /*max-width: 200px;*/
    margin: 0 auto;
    display: block;
    /*height: 200px;*/
}

tr.parent {
  border-left: 5px solid !important;
}

tr.child-ingredient {
    border-left: 3px solid black !important;
}

.index-action table img.product-image, .notmigrated-action table img.product-image, .table-striped img.product-image {
    width: 100px;
}

.table-striped img.product-image, .index-action table img.product-image, .blog-image {
    margin: 0 auto;
    display: block;
}

form {
  overflow-x: hidden;
}

.child {
  /*text-indent: 1rem;*/
}

span.close:after {
    position: absolute;
    content: ' ';
    height: 100%;
    width: 100%;
    left: 0px;
    z-index: 999;
}

.specifications.form .table-striped {
  table-layout: fixed;
}

form img.product-image {
  max-height: 400px;
}

img.product-image {
  position: relative;
  mix-blend-mode: multiply;
}
img.product-image:before { 
  content: " ";
  display: block;
  position: absolute;
  top: -5px;
  left: 0;
  height: calc(100% + 10px);
  width: 100%;
  background-color: white;
}

/*img.product-image:after { 
  content: "\f127" " Missing Image";
  display: block;
  font-size: 16px;
  font-style: normal;
  font-family: FontAwesome;
  color: rgb(100, 100, 100);
  
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  text-align: center;
}*/

.preview-lg.img-preview {
    text-align: center;
    font-size: 4rem;
    align-content: center;
    align-self: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin:0 auto;
}

.weather-icon {
  height:50px;
  width: auto;
}

.weather {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.weather .weatherContainer {
  display: flex;
  align-items: center;
}

.weather .weatherContainer p {
  margin:5px;
}

.timeSpan {
    width: 100px;
    display: inline-block;
}

.timeSpan span.time {
  width: 65px;
  display: inline-block;
  text-align:right;
}

.report i.report {
  display:none;
}

@keyframes spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(359deg); }
}

.loading .report i.report {
  display:inline-block;
  animation: spin 1s linear infinite;
}

@media print
{    
    .page-wrapper {
      padding:0px;
      margin:0px;
    }

    .no-print, .no-print *, .noprint, .noprint *, ul#toolbar, ul#toolbar *
    {
        display: none !important;
    }
}

td .input.checkbox input {
  left: 50%;
  top: 50%;
  margin: 0px;
  transform: translate(-50%, -50%);
  height: 20px;
  width: 20px;
}

.main-sortable-container > .menu-item {
    border-bottom: 5px solid black;
}

.menu-item {
    padding: 40px 10px 40px 10px;
    border: 1px solid black;
    display: table;
    position: relative;
    min-width: 200px;
}

.menu-item p {
	clear:both;
	margin:10px 0px;
}

.menu-item p input {
	float:right;
}

.control {
    float: left;
    padding:5px;
    border-right:1px solid;
    z-index: 999;
    background: white;
}

.control * {
    padding: 5px;
}

.control:hover {
	cursor:pointer;
	text-decoration: underline;
}

.control:last-of-type {
	border-right:0px;
	border-left:0px;
}

.controls {
  z-index: 999;
  position: absolute;
  margin: 0px !important;
}

.controls.top-right {
	top:0px;
	right:0px;
	border-bottom: 1px solid;
  border-left: 1px solid;
}

.controls.top-left {
  top:0px;
  left:0px;
  border-bottom: 1px solid;
  border-right: 1px solid;
}

.controls.bottom-right {
	bottom: 0px;
	right: 0px;
	border-top: 1px solid;
    border-left: 1px solid;
}

.controls.bottom-left {
	bottom: 0px;
	left: 0px;
	border-top: 1px solid;
    border-right: 1px solid;
}

.control.drag, span.drag {
	cursor:move !important;
}

.edit-box {
	border:1px solid;
}

.related, .edit-box {
	padding: 10px;
	position: relative;
}

.selectSortable {
  min-height: 200px;
  border: 1px solid;  
  padding: 30px;
  height: 100%;
}

.selectSortable li {
    padding: 5px;
    cursor:grab;
}

.selectSortable li a {
    cursor:pointer;
}

.catalogs-controller.edit-action .importFromFileContainer {
  margin: 20px 0px;
}

.field-select-box {
  padding: 40px;
  background: white;
  display: inline-block;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 9999;
  box-shadow: 0px 2px 15px -3px rgb(0 0 0 / 35%);
}

.field-select-box p.instructions, .field-select-box select, .field-select-box button {
  float:none;
  display:block;
  margin:10px auto;
  text-align: center;
}

.post-preview {
  padding:20px;
  border:1px solid black;
  margin:0px;
}

.post-preview .customField {
    border: 1px solid black;
    padding: 40px;
    position: relative;
    min-width:200px;
}

.form-wrap .hasDatepicker {
    margin: 20px 0px;
}

img[src=""] {
    visibility: hidden;
}

.wysiwyg.editor {
    min-height: 100px;
}

.ace_editor {
  height: 400px;
}

.floating-controls {
    position: fixed;
    background-color: white;
    padding: 10px;
    box-shadow: 2px 2px 6px;
    z-index: 9999;
}

.floating-controls input {
    height: 100%;
    padding: 8px 0px;
    width: 100px;
}

.bottom-right {bottom: 5%;right: 2%;}

.form .row {
    padding: 15px;
}

.tab-container {
  width:100%;
  position: relative;
  border:1px solid;
  display:inline-block;
  min-height: 50px;
  padding-bottom:20px !important;
}

.tab-container .related {
  border:0px;
}

.form-wrap.tab-controller {
  padding: 20px;  
  position: relative;
}

div.tab {
  display:none;
}


.tag.message {
  opacity: 1;
  margin:0px 10px;
  display: inline-block;
}

.tag.fade-2 {
  transition: all 2.5s ease;
  opacity: 0;
}

span.btn.btn-default.tab.active-tab {
    background: white;
    border-bottom: 1px transparent;
    top: 1px;
    position: relative;
    z-index: 99;
    border-color: rgb(135, 135, 135);
    padding-bottom: 15px;

}

span.btn.btn-default.tab {
    border-radius: 5px 5px 0px 0px;
}

.tab-controller .errors {
    padding: 20px;
    margin: 20px auto;
    border: 1px solid red;
    position: relative;
}

.tab-navigation {
  margin-top:20px;
}

.backColumn {
    padding: 10px;
    background: white;
    margin: 0px 10px;
}

.dashboard-action .backColumn {
  display: none;
}

.symbols {
  position: absolute;
  padding: 5px;
  top: -55px;
  background: white;
  text-align: center;
  box-shadow: 2px 2px 6px;
  height: 46px;
  transition: all 0.5s ease;
  font-size: 1rem;
  z-index: 100;
  overflow: hidden;
  width: max-content;
  right: 0px;
}

.symbols.hide {
  display: block !important;
  visibility: hidden;
  z-index: 0;
  transform: rotateX(-90deg);
}

.controls .spec-sheet a {
  color: #878787;
}

.tab.changed:after {
    content: '*';
}

.tab.active-specification {
  background-color:rgba(0,165,236, 0.5);
}

.ingredient-row {
    border: 1px solid;
    margin: 5px;
    background: white;
    color: black;
}

.child-container {
    background: grey;
    color: white;
    margin: 5px;
}

.toggle-child-ingredients {
    cursor: pointer;
}

.specification_ingredients_manager {
    background-color: grey;
}

.mr-1 {
    margin-right: 1rem;
}

.specification_ingredients_manager .form-control:focus {
    box-shadow: 1px 1px 3px;
}